✨ feat(yazi): new keymap to create a dir
This commit is contained in:
parent
7dc87763b9
commit
db4c63c4f8
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ prepend_keymap = [
|
|||
'''shell 'for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list' --confirm''',
|
||||
"yank",
|
||||
], desc = "yank files and copy to clipboard" },
|
||||
{ on = "A", run = "create --dir", desc = "Create a dir" },
|
||||
]
|
||||
|
||||
append_keymap = [
|
||||
|
|
Loading…
Add table
Reference in a new issue