diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-27 11:50:43 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-27 11:50:43 +0700 |
| commit | 6fc7f49449cb237e1aa37eb1025461fe3ea39589 (patch) | |
| tree | ceebc8a65556830627a4546da57e30e72945175e /.config/yazi/keymap.toml | |
| parent | cc7b61a1496d25a100f012300c1121835a9f8177 (diff) | |
.
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" |
