tried changing some neotree options but they are really strict, really just made some keybinds more explicit
This commit is contained in:
parent
a31276bcdd
commit
478fc61ba5
|
|
@ -25,6 +25,13 @@ return {
|
|||
window = {
|
||||
mappings = {
|
||||
['\\'] = 'close_window',
|
||||
['P'] = {
|
||||
'toggle_preview',
|
||||
config = {
|
||||
width = '10%',
|
||||
},
|
||||
},
|
||||
['l'] = 'focus_preview',
|
||||
},
|
||||
position = 'left',
|
||||
width = '20',
|
||||
|
|
|
|||
Loading…
Reference in New Issue