Skip to content

Instantly share code, notes, and snippets.

@drewhannay
Last active December 13, 2015 23:39
Show Gist options
  • Save drewhannay/4993304 to your computer and use it in GitHub Desktop.
Save drewhannay/4993304 to your computer and use it in GitHub Desktop.
Helpful Vim Commands
# Select entire paragraph and rewrap the text
vip gq
# vim LaTeX
zr # unfold one level
zR # unfold all levels
zm # fold one level
zM # fold all levels
\ll # compile LaTeX document
\lv # view compiled LaTeX PDF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment