Is there an easy way to open two files in two separate gvim windows? Currently, I am doing
% for i in foo.txt bar.txt do gvim $i done I looked in gvim --help which lists -o, -O that splits screen horizontally/vertically to account for multiple files, -p to open files in their own tabs. But nothing to open in their own windows. thanks raju -- Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
