I recently looked at the Sublime Text and saw a feature that I liked but have not seen yet in my favorite editor vim: editing multiple selections at once.
Vim is very powerful and has great multi-line editing features, but as far as I know there is nothing that allows users to edit multiple selections with instant feedback.
So I took up the challenge to write my first vim plugin. Have a look at the first version at work:
Tags: vim
where can I get “the Multi-editing in vim plugin ” ?
This is so fucking awesome.
Where i can get your pluggin.
The source code is at github: https://github.com/felixr/vim-multiedit
But it’s just a proof-of-concept implementation; nothing near production ready…
Is it possible to get your vimrc somewhere ? That statusline is really neat!
My vimrc is also on github. But if you are interested in the statusline just get the powerline plugin (https://github.com/Lokaltog/powerline)