Reputation: 249
Assume I have a set of related files (say .C implementation file and .h header file). I would like to open both of these in a new window on search but they should be split(horizontally/vertically) so that I can view them together. What is the easiest way to do this in CtrlP ?
Upvotes: 2
Views: 1538
Reputation: 155
You can use c-z
to select the files and then c-o
to open them.
From the README: https://github.com/kien/ctrlp.vim#basic-usage
Upvotes: 2