Skip to content

Instantly share code, notes, and snippets.

@javierav
Created October 15, 2014 07:33
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 javierav/8dec0191620312194a6d to your computer and use it in GitHub Desktop.
Save javierav/8dec0191620312194a6d to your computer and use it in GitHub Desktop.
vim tips

Vim Tips

search and replace

:%s/search/replace/g

reset search results

:noh

remove endline blank spaces

:%s/\s\+$/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment