From 95528f5119f0e973bb0ffb41ed4e17564b39676e Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:18:26 +0900 Subject: updates --- mac/.config/yazi/keymap-default.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'mac/.config/yazi/keymap-default.toml') 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 = "" +run = 'shell -- qlmanage -p "$@"' + +[[mgr.prepend_keymap]] +on = "" +run = 'shell --block -- neomutt -a "$@"' + [tasks] keymap = [ -- cgit v1.2.3