Skip to content

Commit

Permalink
fix deletion in default keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
micielski committed Sep 8, 2024
1 parent df96d4e commit c6edcd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rm-config/defaults/keymap.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ keybindings = [
{ on = "f", action = "ShowFiles" },
{ on = "s", action = "ShowStats" },

{ on = "d", action = "DeleteWithoutFiles" },
{ on = "D", action = "DeleteWithFiles" },
{ on = "d", action = "Delete" },
]

[search_tab]
Expand Down

0 comments on commit c6edcd1

Please sign in to comment.