On Monday, February 4, 2013 9:48:40 AM UTC-6, vtadipatri wrote: > Is there a difference between new and split? If they're the same, is > > one considered more 'standard'? Or if they're different, when would > > you use one versus the other? I think both have vertical equivalents > > right (vnew and vsplit)? >
I *think* the only difference is when you don't specify a file name, :new and :vnew give you an empty buffer, but :split and :vsplit use the current buffer. I'm not 100% certain on that however. :help :split_f is the entry for both :split and :new commands, so probably this is the case. I normally use :new or :e when creating a new file and :sp or CTRL-W_S to create new splits on an existing buffer, but I don't *need* to do it that way. -- -- 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/groups/opt_out.
