Show HN: vim-multiple-cursors - True Sublime Text style multiple selection
1–10 of 39 posts
Re: Show HN: vim-multiple-cursors - True Sublime Text style multiple selection
#2But seriously, I love the work that has been going into all these different text editors. It seems to be net benefit for everyone. Multiple cursors are like a visual kbd-macro-edit..
Obligatory emacs equivalent source:
- https://github.com/magnars/multiple-cursors.el - http://emacsrocks.com/e13.html
By the ever awesome Magnar Sveen
Re: Show HN: vim-multiple-cursors - True Sublime Text style multiple selection
#3Re: Show HN: vim-multiple-cursors - True Sublime Text style multiple selection
#4If there is one thing I love about vim, sublime, light table, etc.. is it gives emacs fans new things to implement in elisp! But seriously, I love the work that has been going into all these different text editors. It seems to be net benefit for everyone. Multiple cursors are like a visual kbd-macro-edit.. Obligatory emacs equivalent source: - https://github.com/magnars/multiple-cursors.el - http://emacsrocks.com/e13…
Re: Show HN: vim-multiple-cursors - True Sublime Text style multiple selection
#5Slightly related: If you are using ST2 I recommend the "Clipboard Manager" plugin to have multiple clipboards, it gets anything that is copied inside ST2 or any other software, it works with multiple cursors which is really handy.
That being said, let me also recommend my favorite clipboard history tool, Jumpcut (http://jumpcut.sourceforge.net/).
Re: Show HN: vim-multiple-cursors - True Sublime Text style multiple selection
#6Re: Show HN: vim-multiple-cursors - True Sublime Text style multiple selection
#7> * Multi key commands like ciw do not work at the moment
> * Single key commands that do not terminate properly cause unexpected behavior
> * Undo behavior is unpredictable
> * Performance in terminal vim degrades significantly with more cursors
There are some more than just these. I really wish Vim were easier to hack. The cursor and drawing models are terribly rigid in Vim, so this plugin probably has to resort to some awful hackery to achieve what it does. :-(
That said, good work, but I'll hold off on trying it out, for now. I'd like at least undo to be fixed before I can use it frustration-free in my production-environment, i.e. producing actual code.
I really hope you continue your work, because I'd love to see multi-cursor functionality implemented in Vim!
Re: Show HN: vim-multiple-cursors - True Sublime Text style multiple selection
#8If there is one thing I love about vim, sublime, light table, etc.. is it gives emacs fans new things to implement in elisp! But seriously, I love the work that has been going into all these different text editors. It seems to be net benefit for everyone. Multiple cursors are like a visual kbd-macro-edit.. Obligatory emacs equivalent source: - https://github.com/magnars/multiple-cursors.el - http://emacsrocks.com/e13…
Re: Show HN: vim-multiple-cursors - True Sublime Text style multiple selection
#9Issues: > * Multi key commands like ciw do not work at the moment > * Single key commands that do not terminate properly cause unexpected behavior > * Undo behavior is unpredictable > * Performance in terminal vim degrades significantly with more cursors There are some more than just these. I really wish Vim were easier to hack. The cursor and drawing models are terribly rigid in Vim, so this plugin probably has to r…
Re: Show HN: vim-multiple-cursors - True Sublime Text style multiple selection
#10:10,20s/poorly_named_var/nice_var/g