feat(yazi): new keymap to create a dir

This commit is contained in:
Sergio Laín 2024-09-03 13:33:19 +02:00
parent 7dc87763b9
commit db4c63c4f8
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -49,6 +49,7 @@ prepend_keymap = [
'''shell 'for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list' --confirm''', '''shell 'for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list' --confirm''',
"yank", "yank",
], desc = "yank files and copy to clipboard" }, ], desc = "yank files and copy to clipboard" },
{ on = "A", run = "create --dir", desc = "Create a dir" },
] ]
append_keymap = [ append_keymap = [