On Sat, Feb 2, 2013 at 2:11 PM, Linda W <[email protected]> wrote: > If vim can split a window and edit the same file in multiple places, > shouldn't > it be possible to have those windows be "disconnected" and really be > separate windows -- and still edit the same file? > > I don't think there's is a way to currently do that in vim (???)... > but would it be that hard to change vim to allow such? -- one instance > of vim with multiple windows open onto the same set of buffers (or same > file?)... > How would it be more difficult than running with split windows? > > RFE?? >
You can open the same file in separate tabs and view different sections of the file in each tab. and when you :write to one it writes all of them. -- -- 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.
