Skip to content

Instantly share code, notes, and snippets.

@vaichidrewar
Created October 28, 2013 23:14
Show Gist options
  • Save vaichidrewar/7206505 to your computer and use it in GitHub Desktop.
Save vaichidrewar/7206505 to your computer and use it in GitHub Desktop.
Vim shortcuts you google searched for
Go to the start or end of function / Jumping to the start and end of a code block
To jump to the beginning of a C code block (while, switch, if etc), use the [{ command.
To jump to the end of a C code block (while, switch, if etc), use the ]} command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment