34 lines
644 B
TOML
34 lines
644 B
TOML
[[mgr.append_keymap]]
|
|
on = [ "c", "e" ]
|
|
run = "shell -- flipbit x %h"
|
|
desc = "Toggle execution mode on file"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = "M"
|
|
run = "plugin mount"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = "F"
|
|
run = "plugin jump-to-char"
|
|
desc = "Jump to char"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = "l"
|
|
run = "plugin smart-enter"
|
|
desc = "Enter the child directory, or open the file"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = [ "c", "m" ]
|
|
run = "plugin chmod"
|
|
desc = "Chmod on selected files"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = ["<C-n>"]
|
|
run = "seek 1"
|
|
desc = "Scroll preview down 1 line"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = ["<C-p>"]
|
|
run = "seek -1"
|
|
desc = "Scroll preview up 1 line"
|