diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-10-06 13:45:27 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-10-06 13:45:27 +0900 |
| commit | b40d1b8c322ce927fdbcb0df1b56ebaf1210cd17 (patch) | |
| tree | f7928ee635237dfe853c32b2cd22bc04b09c07ed /mac/.config/yazi/keymap-default.toml | |
| parent | eeb6aff35decf8d4978c3403aeb24ab109877e96 (diff) | |
modified yazi/keymap-default.toml, modified yazi/keymap-default.toml, created compress.yazi/, created compress.yazi/
Diffstat (limited to 'mac/.config/yazi/keymap-default.toml')
| -rw-r--r-- | mac/.config/yazi/keymap-default.toml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mac/.config/yazi/keymap-default.toml b/mac/.config/yazi/keymap-default.toml index 480c1e4..92528fc 100644 --- a/mac/.config/yazi/keymap-default.toml +++ b/mac/.config/yazi/keymap-default.toml @@ -254,6 +254,31 @@ run = 'shell -- qlmanage -p "$@"' on = "<C-m>" run = 'shell --block -- neomutt -a "$@"' +[[mgr.prepend_keymap]] +on = [ "c", "p", "a" ] +run = "plugin compress" +desc = "Archive selected files" + +[[mgr.prepend_keymap]] +on = [ "c", "p", "p" ] +run = "plugin compress -p" +desc = "Archive selected files (password)" + +[[mgr.prepend_keymap]] +on = [ "c", "p", "h" ] +run = "plugin compress -ph" +desc = "Archive selected files (password+header)" + +[[mgr.prepend_keymap]] +on = [ "c", "p", "l" ] +run = "plugin compress -l" +desc = "Archive selected files (compression level)" + +[[mgr.prepend_keymap]] +on = [ "c", "p", "u" ] +run = "plugin compress -phl" +desc = "Archive selected files (password+header+level)" + [tasks] keymap = [ |
