How to use VIM's ctrlp plug-in to open files in other ways
PHPz2017-05-16 16:40:44
0
2
763
ctrlp plug-in is very useful, it is very convenient to find some files to open
But when he opens it, he opens the entire new file by default
Is there any way to achieve: open a new window using tabe
Try using
<c-t>
on the selected filePlease see here for details
ctrlp provides many ways to open it, you can try it
<c-t> Open in new tab
<c-v> Open in vertical view
<c-h> Open in horizontal view
You can try<c-o>