|
|
|
|
|
by melling
3979 days ago
|
|
The great think about VIM is that it lets you do the same about of work with less effort. Over your lifetime, you might type half as many keystrokes to do the same amount of work. Look at VimGolf and the following video to see what I mean. http://www.vimgolf.com https://vimeo.com/53144573 - Precision editing at the speed of thought All editors should place an emphasis on minimal typing. Emacs has a few cool precision features too: http://emacsrocks.com/e10.html - AceJump |
|
Thank you for the links. I do use the AceJump equivalent for vim, and I have it mapped to <space>. It's quite nice, actually :). The only difference is that instead of pressing <space> and getting all the jumps available for each word out there, I press <space> followed by two letters, and it jumps directy to the word which starts with those two letters, or it simply shows me links to words that start with said letters if there's more than a word starting with those letters.