Created
September 2, 2021 11:20
-
-
Save undergroundwires/4bc2ad909a427644b4cc9ab2bfc1eeb6 to your computer and use it in GitHub Desktop.
Seet line wrapping for git commits in vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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