ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.57k stars 259 forks source link

Prevent split window open. #568

Open LAC-Tech opened 3 years ago

LAC-Tech commented 3 years ago

Sometimes I'll get stuck in this weird mode where every time I try and open something from the ctrl-p menu, it will open in a new window split. I can call it with :bd, but when I open something else from Ctrl-P it'll go straight back.

I usually have to exit vim.

Is there a way to prevent this?