diff options
Diffstat (limited to '.config/yazi/keymap.toml')
| -rw-r--r-- | .config/yazi/keymap.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index f275171..09741d9 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -7,3 +7,13 @@ desc = "Drag and drop (dragon)" on = "y" run = [ 'shell -- for path in %s; do echo "file://$path"; done | wl-copy -t text/uri-list', "yank" ] desc = "Copy file URIs to clipboard" + +[[mgr.prepend_keymap]] +on = "e" +run = "open --opener edit" +desc = "Open in vis" + +[[mgr.prepend_keymap]] +on = "z" +run = 'shell --block -- dir="$(zoxide query -l | fzf)" && [ -n "$dir" ] && ya emit cd "$dir"' +desc = "Jump to directory with zoxide" |
