Jul 072010
Open two files side by side using vim
Answer:
If you have two files, you want to open both of them in vi/vim and edit side by side, you can do the following.
# vim -O foo.txt bar.txt
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Open two files side by side using vim
Answer:
If you have two files, you want to open both of them in vi/vim and edit side by side, you can do the following.
# vim -O foo.txt bar.txt