The most useful single Vim key:
In Normal mode, press asterisk (*) to search for the current term under your cursor.
Navigate matches with n for next and N for previous, or start the search with # instead of * to search backwards!
Good Vimming keeps the bugs at bay.
ZQ to quit immediately,
ZZ to save and quit,
o to enter Insert mode on a new line,
:help to learn more!
vim.org

