How can I open in a split window multiple files. One split for each file if I'm not being clear.
I want to do something like. :sp app/views/*.erb and have the ~7 files all open in their own split windows.
|
How can I open in a split window multiple files. One split for each file if I'm not being clear. I want to do something like. |
||||
|
|
|
Just learned from tonymec@#vim that you can do
for horizontal splits or
for vertical. |
|||
|
|
|
Not actually from within vim, but perhaps you can run vim like this:
|
|||
This is also from the shell. It will open as vertical splits. |
|||
|
|
|
What happens when you do a
from within vim? |
|||
|
|
|
Had to whip up a function.
|
|||
|
|