addet smart enter snippet for 'l'
This commit is contained in:
parent
6d68da8217
commit
ab075c85f7
2 changed files with 13 additions and 1 deletions
|
@ -34,7 +34,7 @@ keymap = [
|
|||
|
||||
# Navigation
|
||||
{ on = "h", run = "leave", desc = "Go back to the parent directory" },
|
||||
{ on = "l", run = "enter", desc = "Enter the child directory" },
|
||||
# { on = "l", run = "enter", desc = "Enter the child directory" },
|
||||
|
||||
{ on = "<Left>", run = "leave", desc = "Go back to the parent directory" },
|
||||
{ on = "<Right>", run = "enter", desc = "Enter the child directory" },
|
||||
|
@ -327,3 +327,8 @@ keymap = [
|
|||
on = "!"
|
||||
run = 'shell "$SHELL" --block --confirm'
|
||||
desc = "Open shell here"
|
||||
|
||||
[[manager.prepend_keymap]]
|
||||
on = "l"
|
||||
run = "plugin --sync smart-enter"
|
||||
desc = "Enter the child directory, or open the file"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue