[manager] prepend_keymap = [ { on = [ "", "m" ], run = "plugin mount", desc = "Displays mount dialog"}, { on = [ "", 's'], run = "plugin what-size", desc = "Calc size of selection or cwd" }, { on = [ "", ''], run = "plugin what-size --args='--clipboard'", desc = "Calc size of selection or cwd" }, { on = ["", ""], desc = "Jump with zoxide", run = "plugin zoxide" }, { on = "b", run = [ "toggle", "arrow next" ], desc = "Toggle the current selection state" }, { on = "", desc = "Move to the tab on the left", run = "tab_switch 1 --relative" }, { on = "", desc = "Move to the tab on the right", run = "tab_switch -1 --relative" }, { on = ["c", 'm'], desc = "Change file mod", run = "plugin chmod"}, { on = ["", 'c'], desc = "Compress file", run = "plugin ouch" } ] append_keymap = [ { on = ['c', 'v'], desc = "Drag selected files", run = "shell 'blobdrop -b \"$@\"'" }, { on = ["c", 'k'], desc = "Send using KDE Connect", run = "plugin kdeconnect-send"} ]