Monday, March 26, 2007

Splitting vim vertically

You want vim to split vertically?

Solution:   :vsplit [filename]




Or you can run vim from command line with option -O,

example:
vim -O ~/todo ~/done

No comments:

Post a Comment