[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 = ["", 'c'], desc = "Archive selected files", run = "plugin compress"}, { on = ["", ""], desc = "Jump with zoxide", run = "plugin zoxide" }, { 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 = [ "l" ], run = "plugin fuse-archive mount", desc = "Enter or Mount selected archive" }, { on = [ "h" ], run = "plugin fuse-archive unmount", desc = "Leave or Unmount selected archive" }, ] append_keymap = [ { on = ['c', 'v'], desc = "Drag selected files", run = "shell 'blobdrop -b \"$@\"'" }, { on = ['c', 'y'], desc = "Copy file/files to wl-clipboard", run = "plugin wl-clipboard"} ]