Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@saikocat
Created August 3, 2020 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saikocat/66e98e52916a3d671ccb949aa6e1143a to your computer and use it in GitHub Desktop.
Save saikocat/66e98e52916a3d671ccb949aa6e1143a to your computer and use it in GitHub Desktop.
Vim tips

Movements

  • Pressing j will move the cursor down 1 physical line.
  • Pressing gj will move the cursor down 1 displayed line.
  • Alt to `. is g;

Formating

  • Wrap lines after setting textwidth: in visual mode, gq
  • set shiftround

Searching

  • Keep search results at the center of screen with zz like nzz, Nzz, #zz, etc.

Switching Mode

  • HHKB better escape - Ctrl-[
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment