Skip to content

Instantly share code, notes, and snippets.

@paulstefanort
Created November 8, 2011 19:00
Show Gist options
  • Save paulstefanort/1348744 to your computer and use it in GitHub Desktop.
Save paulstefanort/1348744 to your computer and use it in GitHub Desktop.
Vim Shortcuts
# Remove the last character of each line in the file:
:%s/.$//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment