mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Better neotree mappings
This commit is contained in:
parent
52cd94c0d4
commit
ced6b13383
1 changed files with 3 additions and 2 deletions
|
|
@ -4,8 +4,9 @@ return {
|
|||
window = {
|
||||
position = "right",
|
||||
mappings = {
|
||||
l = "toggle_node",
|
||||
L = "close_all_nodes",
|
||||
l = "open",
|
||||
h = "close_node",
|
||||
H = "close_all_nodes",
|
||||
["<esc>"] = false,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue