Balu
Balu

Reputation: 249

how to open multiple files in CtrlP split in a new window

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

Answers (1)

Gonzo
Gonzo

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

Related Questions