You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.0 KiB
56 lines
1.0 KiB
[[mgr.prepend_keymap]] |
|
on = "M" |
|
run = "plugin mount" |
|
|
|
# [[mgr.prepend_keymap]] |
|
# on = [ "m" ] |
|
# run = "plugin relative-motions" |
|
# desc = "Trigger a new relative motion" |
|
|
|
[[mgr.prepend_keymap]] |
|
on = "f" |
|
run = "plugin jump-to-char" |
|
desc = "Jump to char" |
|
|
|
|
|
[[mgr.prepend_keymap]] |
|
on = "F" |
|
run = "filter --smart" |
|
desc = "Filter files" |
|
|
|
|
|
[[mgr.prepend_keymap]] |
|
on = "l" |
|
run = "plugin smart-enter" |
|
desc = "Enter the child directory, or open the file" |
|
|
|
[[mgr.prepend_keymap]] |
|
on = [ "C" ] |
|
run = "plugin chmod" |
|
desc = "Chmod on selected files" |
|
|
|
[[mgr.prepend_keymap]] |
|
on = "+" |
|
run = "plugin zoom 1" |
|
desc = "Zoom in hovered file" |
|
|
|
[[mgr.prepend_keymap]] |
|
on = "-" |
|
run = "plugin zoom -1" |
|
desc = "Zoom out hovered file" |
|
|
|
# [[mgr.prepend_keymap]] |
|
# on = "o" |
|
# run = "plugin open-with-cmd -- block" |
|
# desc = "Open with command in the terminal" |
|
|
|
[[mgr.prepend_keymap]] |
|
on = "L" |
|
run = "plugin open-with-cmd" |
|
desc = "Open with command" |
|
|
|
[[mgr.prepend_keymap]] |
|
on = "<C-d>" |
|
run = "plugin diff" |
|
desc = "Diff the selected with the hovered file" |
|
|
|
|