mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 15:05:07 +02:00
joshuto: Add one letter delete keybind
Useful since deletes ask for confirmation anyway.
This commit is contained in:
@ -269,6 +269,7 @@
|
||||
|
||||
{ keys = [ "delete" ]; command = "delete_files"; }
|
||||
{ keys = [ "d" "D" ]; command = "delete_files"; }
|
||||
{ keys = [ "D" ]; command = "delete_files"; }
|
||||
|
||||
{ keys = [ "p" "p" ]; command = "paste_files"; }
|
||||
{ keys = [ "p" "o" ]; command = "paste_files --overwrite=true"; }
|
||||
|
Reference in New Issue
Block a user