kien / ctrlp.vim

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

Open file in new tab #767

Closed zubairakram closed 5 years ago

zubairakram commented 5 years ago

I think it will be very handy if new files are open in new tab on hitting CtrlP like in sublime and vscode. This trick will greatly improve switching between tabs and will keep all open buffers in front of user.

issue #119 have same heading but I think they are discussing some kind of bug.

zubairakram commented 5 years ago

Actually no need of the feature I mentioned in issue heading, while you have vim-airline installed.

Just active Smarter tab line feature of vim-airline, it automatically displays all buffers when there's only one tab open.

Use buffers instead of Tabs like most vim users.

Thanks a lot @kien for creating such a useful plugin.