Skip to content

Instantly share code, notes, and snippets.

@kzisme
Last active January 29, 2016 06:40
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 kzisme/d50e3557cd1758ff9c34 to your computer and use it in GitHub Desktop.
Save kzisme/d50e3557cd1758ff9c34 to your computer and use it in GitHub Desktop.
Little vim tricks I want to remember.
To indent multiple lines at once '5 >>' will indent the next 5 lines
To swap a line with the one above it 'ddkP' will do it.
To yank a whole file ':%y+'
To wrap a line with a tag using surround-vim "yss<h1>"
To wrap multiple lines hilight the lines with Shift + V or motions then "S<p>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment