add yazi
This commit is contained in:
parent
ad286ec3f7
commit
04e857d96e
9 changed files with 800 additions and 0 deletions
14
.config/yazi/keymap.toml
Normal file
14
.config/yazi/keymap.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue