Wednesday, October 3, 2012

how to: vim -o STDIN somefile.txt

how can i do this:

vim -o STDIN somefile.txt

what i want is something like this:

$ vim -o "some text from stdin that i typed" somefilename.txt

and vim would open horizontally splitted as in:

some text from stdin that i typed
-------------------------
stuff from somefilename.txt



--
View this message in context: http://vim.1045645.n5.nabble.com/how-to-vim-o-STDIN-somefile-txt-tp5711133.html
Sent from the Vim - General mailing list archive at Nabble.com.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment