= vim = Console text editor for *NIX. == Exit without save == * Escape * :q! == Save and exit == * Escape * :wq == Copy == * Escape * Place cursor on start * Press v * Select with cursor * Press y == Cut == * Escape * Place cursor on start * Press v * Select with cursor * Press d == Paste == * Escape * Place cursor on destination * Press p