yazi update

This commit is contained in:
JMARyA 2024-03-14 09:56:03 +01:00
parent f02ef3f9ca
commit b70d88c06f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 42 additions and 42 deletions

View file

@ -1,14 +1,14 @@
[[input.prepend_keymap]]
on = [ "<Esc>" ]
exec = "close"
run = "close"
desc = "Cancel input"
[[manager.prepend_keymap]]
on = [ "l" ]
exec = "plugin --sync smart-enter"
run = "plugin --sync smart-enter"
desc = "Enter the child directory, or open the file"
[[manager.prepend_keymap]]
on = [ "<Enter>" ]
exec = "plugin --sync smart-enter"
run = "plugin --sync smart-enter"
desc = "Enter the child directory, or open the file"