====== Vim - text editor ====== ==== Cursor Movement ==== * ''$'' takes you to the end of the line * ''g'' followed by ''$'' takes you to the end of the screenline (if it wraps) * ''_'' or ''^'' takes you to the first non-whitespace character in the line * ''g'' followed by ''_'' takes you to the last non-whitespace character in the line * ''0'' (zero) takes you to the beginning of the line incl. whitespace