[mgr] prepend_keymap = [ { on = [ "!" ], run = 'shell "$SHELL" --block', desc = "Open $$SHELL here" }, { on = [ "a" ], run = "rename", desc = "Rename" }, { on = [ "z", "z" ], run = "shell fzf --block", desc = "FZF" }, { on = [ "z", "h" ], run = "hidden toggle", desc = "Toggle hidden files" }, { on = [ "z", "e" ], run = 'shell --block -- unpack "$@"', desc = "Extract Archive" }, { on = [ "z", "s" ], run = 'shell --block -- scpsend "$@"', desc = "Send to Server" }, { on = [ "d", "d" ], run = "remove", desc = "Delete" }, { on = [ "d", "D" ], run = "remove --permanently", desc = "Delete Permanently" }, { on = [ "d", "u" ], run = 'shell --block "du --max-depth=1 -ah --apparent-size | less"', desc = "Show Size" }, { on = [ "d", "U" ], run = 'shell --block "du --max-depth=1 -ah --apparent-size | sort -rh | less"', desc = "Show Size" }, ] append_keymap = [ { on = "c", run = [ "cmd1", "cmd2" ], desc = "Multiple commands with `c`" } ]