mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
added rename_append_base for joshuto
This commit is contained in:
parent
85d70fe22e
commit
7dc02cca1d
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,8 @@ keymap = [
|
|||
{ keys = [ "p", "p" ], command = "paste_files" },
|
||||
{ keys = [ "p", "o" ], command = "paste_files --overwrite=true" },
|
||||
|
||||
{ keys = [ "a" ], command = "rename_append" },
|
||||
{ keys = [ "a" ], command = "rename_append_base" },
|
||||
{ keys = [ "A" ], command = "rename_append" },
|
||||
{ keys = [ "k" ], command = "rename_prepend" },
|
||||
|
||||
{ keys = [ "T" ], command = ":touch " },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue