You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
378 B
TOML

[manager]
prepend_keymap = [
{ on = 'l', run = 'plugin --sync smart-enter', desc = 'Enter child dir or open file' },
{ on = '<Enter>', run = 'plugin --sync smart-enter', desc = 'Enter child dir or open file' },
{ on = '-', run = 'leave', desc = 'Go back to the parent directory' },
]
[input]
prepend_keymap = [
{ on = '<Esc>', run = 'close', desc = 'Cancel input' },
]