kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

How to open file in new window/buffer #617

Closed gilles-leblanc closed 6 years ago

gilles-leblanc commented 10 years ago

Hi,

I normally work in vim by opening multiple files at the same time and navigating with :n and :prev. Is there a way to have Ctrl-p open a file in a way that I can keep my current files open and do :n or :prev to navigate to the new file?

I am aware I can open a file in a new tab or a new split.

dhilst commented 6 years ago

Just a note, ctrl-s on terminal will lock the terminal, use ctrl-q to release. When using terminal use ctrl-x for horizontal split.