Skip to content

Instantly share code, notes, and snippets.

@ovitente
Created January 17, 2023 10:08
Show Gist options
  • Save ovitente/b8eaf6c0e3ca8ba706aa5d4384ce1051 to your computer and use it in GitHub Desktop.
Save ovitente/b8eaf6c0e3ca8ba706aa5d4384ce1051 to your computer and use it in GitHub Desktop.
vim gists
#remove more than 2 spaces
:s/\s\+/ /g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment