|
|
|
|
|
by btschaegg
3383 days ago
|
|
Actually, this is also a point worth stressing for people without Vim-experience: Searching is a "first-class citizen" (as the FP-guys put it with functions). It's only ever one to two keystrokes away. You press '/', enter your phrase, and press ENTER. Stepping is done with 'n' and 'N'. There really are no convoluted hotkeys for this - which means that you do it much more liberally once you're accustomed to it. Also there's '*' and '#' to quickly find the next/previous positions of the word your cursor is currentl located on. The same thing applies there. |
|