feat: Amélioration des keybindings pour neo-tree
This commit is contained in:
parent
dba578dec2
commit
fc9ee26343
@ -8,6 +8,8 @@ return {
|
|||||||
["<space>"] = false, -- disable space until we figure out which-key disabling
|
["<space>"] = false, -- disable space until we figure out which-key disabling
|
||||||
[">"] = "next_source",
|
[">"] = "next_source",
|
||||||
["<"] = "prev_source",
|
["<"] = "prev_source",
|
||||||
|
["<tab>"] = "next_source",
|
||||||
|
["<s-tab>"] = "prev_source",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
event_handlers = {
|
event_handlers = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user