This commit is contained in:
JMARyA 2024-03-04 23:30:18 +01:00
parent ad286ec3f7
commit 04e857d96e
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
9 changed files with 800 additions and 0 deletions

14
.config/yazi/keymap.toml Normal file
View file

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