Reputation: 3011
I have a simple question, I use Vim with two viewport:
I would like to open the file I select from viewport one in viewport two, there is a way to tell that at Vim?
Upvotes: 0
Views: 487
Reputation: 555
1) Execute vim .
to open file browser viewport
2) Select a file to open with arrows and press o
It will open the file in a new window/viewport. (window size and another windows command you can see here: http://vimdoc.sourceforge.net/htmldoc/windows.html)
Upvotes: 0
Reputation: 51653
For that you can use the really great NERDTree plugin. Here's a tutorial.
Upvotes: 1