From 314d760de1922128124f2a9be0494fd4f6f7effb Mon Sep 17 00:00:00 2001 From: subh Date: Fri, 3 Apr 2026 14:47:03 +0530 Subject: new music bar, auto usb mounting and more --- yazi/keymap.toml | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 yazi/keymap.toml (limited to 'yazi/keymap.toml') diff --git a/yazi/keymap.toml b/yazi/keymap.toml new file mode 100644 index 0000000..4099a34 --- /dev/null +++ b/yazi/keymap.toml @@ -0,0 +1,68 @@ +[[mgr.prepend_keymap]] +on = [ "c", "a", "a" ] +run = "plugin compress" +desc = "Archive selected files" + +[[mgr.prepend_keymap]] +on = [ "c", "a", "p" ] +run = "plugin compress -p" +desc = "Archive selected files (password)" + +[[mgr.prepend_keymap]] +on = [ "c", "a", "h" ] +run = "plugin compress -ph" +desc = "Archive selected files (password+header)" + +[[mgr.prepend_keymap]] +on = [ "c", "a", "l" ] +run = "plugin compress -l" +desc = "Archive selected files (compression level)" + +[[mgr.prepend_keymap]] +on = [ "c", "a", "u" ] +run = "plugin compress -phl" +desc = "Archive selected files (password+header+level)" + +[[mgr.prepend_keymap]] +on = [ "c", "m" ] +run = "plugin chmod" +esc = "Chmod on selected files" + +[[mgr.prepend_keymap]] +on = ["c","x"] +run = "plugin lin-decompress -- --no-password" +desc = "Extract hovered." + +[[mgr.prepend_keymap]] +on = ["c","p"] +run = "plugin lin-decompress" +desc = "Extract hovered. Password" + +[[mgr.prepend_keymap]] +on = ["c","a"] +run = "plugin lin-decompress -- --no-hover --tabselect=all" +desc = "Extract selected in all tabs" + +[[mgr.prepend_keymap]] +on = ["c","A"] +run = "plugin lin-decompress -- --tabselect=all" +desc = "Extract selected in all tabs. Hovered included" + +[[mgr.prepend_keymap]] +on = ["c","x","c"] +run = "plugin lin-decompress -- --no-hover --tabselect=current" +desc = "Extract selected in current tab only" + +[[mgr.prepend_keymap]] +on = "" +run = [ "yank", 'plugin clipboard -- --action=copy' ] + +[[mgr.prepend_keymap]] +on = "" +run = [ 'plugin clipboard -- --action=paste' ] + +[[mgr.prepend_keymap]] +on = [ "R" ] +run = "plugin rsync" +desc = "Copy files using rsync" + -- cgit v1.2.3