Vim/Neovim
Navigation Commands
Navigate efficiently in Vim. Learn motion commands, jumps, and navigation shortcuts to move through code quickly.
7 commands
Pro Tips
Use 'w' and 'b' for word movement, 'W' and 'B' for WORD (space-delimited) movement.
Use 'f{char}' to jump to a character on the current line, ';' to repeat the search.
Use Ctrl-o and Ctrl-i to jump back and forward through your cursor position history.