On Sunday, August 5, 2012 6:12:20 AM UTC-7, Asis Hallab wrote: > Dear Vimers, > > > I just watched a screencast about Submile Text 2, a much buzzed about new > text editor. > It has a very neat feature called multiple cursors, where the user just > selects different positions in the current buffer and every editing done is > applied to those multiple cursor positions. > > http://www.youtube.com/watch?v=o5bPRhFHEz0 > > > In some cases I am convinced this feature is easier and quicker to use than > macros. > > In a way the visual block mode does what multiple cursors do. Only they do > more.. > > > I have to say, there is already an emacs plugin for multiple cursor support: > https://github.com/emacsmirror/multiple-cursors > > > > So now my question: > Could this be implemented as a plugin for vim? > Could that be written in VimL or needed to be compiled into Vim itself? > > > Looking forward to your ideas. > > > > Cheers! > Asis
Just want to mention that I just created a Vim plugin that tries to emulate Sublime Text's multiple selection behavior: https://github.com/terryma/vim-multiple-cursors. Check it out and see if it fits your need. -- -- 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.
