[manager] prepend_keymap = [ { 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 = ["", 'z'], desc = "Zip the selected files", run = "shell '7z a .zip \"$@\"' --interactive --cursor=5"} ] append_keymap = [ { on = ['c', 'v'], desc = "Drag selected files", run = "shell 'blobdrop -b \"$@\"'" }, ]