heetch / neovim-config

16 stars 1 forks source link

Is there any way to prevent the side bar from opening a file? #14

Open christophe-dufour opened 8 years ago

christophe-dufour commented 8 years ago

to reproduce it :

SPC -
SPC f
type a file name...
ENTER

VIM will look like this

screenshot 2016-09-05 16 08 14
jhchabran commented 8 years ago

Will have a look at it, this is commonly encountered by newcomers.

Your colours are wrong though, I suspect your terminal not being configured for 256 colors (at least) and using solarized dark without the theme. Fixed, 256 colors were there but terminal color scheme wasn't set.

jhchabran commented 8 years ago

Had a look at it, couldn't find a snippet on google. I'll search again, I agree this is annoying.

Something could be done around the fact that NERDTree buffer is not modifiable and then use another window to open up the file.