mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
create dir keymap
This commit is contained in:
parent
3a00c186eb
commit
7401d9b2a2
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ keymap = [
|
|||
|
||||
# Create
|
||||
{ on = "T", run = "create", desc = "Create a file (ends with / for directories)" },
|
||||
{ on = "M", run = "create --dir", desc = "Create a directory" },
|
||||
|
||||
# Rename
|
||||
{ on = "k", run = "rename --cursor=start", desc = "Rename selected file(s)" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue