diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-13 18:18:26 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-13 18:18:26 +0900 |
| commit | 95528f5119f0e973bb0ffb41ed4e17564b39676e (patch) | |
| tree | 2aab63e1793e15adc8f986789318dfece947383f /mac/.config/yazi/keymap-default.toml | |
| parent | fa7b259c8011f410632dae255c04015fb5c5a0fa (diff) | |
updates
Diffstat (limited to 'mac/.config/yazi/keymap-default.toml')
| -rw-r--r-- | mac/.config/yazi/keymap-default.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mac/.config/yazi/keymap-default.toml b/mac/.config/yazi/keymap-default.toml index b0ecb37..d0ca6f2 100644 --- a/mac/.config/yazi/keymap-default.toml +++ b/mac/.config/yazi/keymap-default.toml @@ -226,6 +226,26 @@ on = "-" run = "plugin zoom -1" desc = "Zoom out hovered file" +[[mgr.prepend_keymap]] +on = "K" +run = "plugin parent-arrow -1" + +[[mgr.prepend_keymap]] +on = "J" +run = "plugin parent-arrow 1" + +[[mgr.prepend_keymap]] +on = "q" +run = "plugin confirm-quit" + +[[mgr.prepend_keymap]] +on = "<C-p>" +run = 'shell -- qlmanage -p "$@"' + +[[mgr.prepend_keymap]] +on = "<C-m>" +run = 'shell --block -- neomutt -a "$@"' + [tasks] keymap = [ |
