Hacker News new | ask | show | jobs
by madprops 5080 days ago
ctrl + t swaps text, for example foo(bar) if you place the cursor before the parenthesis and press ctrl + t it will become bar(foo).

ctrl + m when in a bracket sets the cursor to it's matching bracket.

ctrl + up or ctrl + down scrolls the document up or down.

ctrl + g goes to a line.