blob: 5a8bef4caccfdc9462cfb1637feaa5c81ea4d52f (
plain)
1
2
3
4
5
6
7
8
9
|
[[mgr.prepend_keymap]]
on = ["c", "a"]
run = "plugin compress"
desc = "Archive selected files"
[[mgr.prepend_keymap]]
on = "l"
run = "plugin smart-enter"
desc = "Enter the child directory, or open the file"
|