Skip to content

Instantly share code, notes, and snippets.

@undergroundwires
Created September 2, 2021 11:20
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 undergroundwires/4bc2ad909a427644b4cc9ab2bfc1eeb6 to your computer and use it in GitHub Desktop.
Save undergroundwires/4bc2ad909a427644b4cc9ab2bfc1eeb6 to your computer and use it in GitHub Desktop.
Seet line wrapping for git commits in vim
echo 'setlocal textwidth=72' > ~/.vimrc
# For troubleshooting, open up git commit message edior and run: ":verbose set tw?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment