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 = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
['\\'] = 'close_window',
|
['\\'] = 'close_window',
|
||||||
|
['P'] = {
|
||||||
|
'toggle_preview',
|
||||||
|
config = {
|
||||||
|
width = '10%',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
['l'] = 'focus_preview',
|
||||||
},
|
},
|
||||||
position = 'left',
|
position = 'left',
|
||||||
width = '20',
|
width = '20',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue