Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login



sort by: page size:

There is a plugin for that: https://github.com/terryma/vim-multiple-cursors

But I find that I can usually accomplish the same thing with macro or a targeted search and replace.


As rauchg mentioned look at vimwiki. http://code.google.com/p/vimwiki/

You can obtain similar functionality by adding the following to your .vimrc: https://gist.github.com/3012145

Very cool.

I like this guys implementation too. https://gist.github.com/4666256

Perhaps an implementation with vim bindings support? :D




Not for moving the cursor, but I saw the “vim clutch” on here a while ago:

https://github.com/alevchuk/vim-clutch



I am actually using vim-dispatch[1] that works fairly well.

[1] https://github.com/tpope/vim-dispatch



There is another implementation, it's a bit faster and well documented :)

And there is more customisable as well

https://github.com/mhinz/vim-signify


You might want to look at vimwiki if you haven't already. https://github.com/vimwiki/vimwiki

There's also a "scratch" plugin for vim that offers similar functionality: http://www.vim.org/scripts/script.php?script_id=664




I’m guessing, at the very least, vim cursor movement as described here:

https://vim.rtorr.com/


I immediate tried to find to find a script for Vim that does this, I found this: http://www.vim.org/scripts/script.php?script_id=2150

Command-T gives you similar functionality in Vim. It's great.

https://github.com/wincent/Command-T

next

Legal | privacy