Some shortcuts for working with VIM, an open source text editor for the console. Available for Linux, Windows & Mac.
Smart movements
*and#search for the word under the cursor forward/backward.wto the next wordWto the next space-separated wordb/eto the begin/end of the current word. (B/Efor space separated only)gg/Gjump to the begin/end of the file.%jump to the matching { .. } or ( .. ), etc..{/}jump to next paragraph.'.jump back to last edited line.g;jump back to last edited position.