Written by: Charles Szilagyi
https://charlesagile.com/osx-without-mouse
CMD+SHIFT+/ to open the help menu to find any command. It’s basically CMD+SHIFT+P in most applications
- Adding to the beginning or end of a line with
IorA - Adding a new line below or above with
oorO. - Copying, deleting or changing the whole line with
yy,dd,cc - Finding character in the current line with
f, e.g.f(to jump to the next(.
