| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A minimal Vim configuration that enforces git commit message best practices.
git config --global core.editor "vim"If you don't have a ~/.vimrc file yet, follow these instructions. This will create a new Vim configuration file for you.
curl -fsSL https://raw.githubusercontent.com/jezsung/gitcommit-vimrc/main/.vimrc -o ~/.vimrcIf you already have a ~/.vimrc file with your own customizations, follow these instructions. This will add the git commit settings to your existing configuration without overwriting it.
Download this Vim configuration:
curl -fsSL https://raw.githubusercontent.com/jezsung/gitcommit-vimrc/main/.vimrc -o ~/.gitcommit.vimThen add the source line to your existing ~/.vimrc:
echo 'source ~/.gitcommit.vim' >> ~/.vimrcRun git commit in your terminal. Vim will automatically detect the commit message file and apply this configuration. You'll immediately benefit from:
No additional commands or setup required.
| Back | FazBrowse Home | New Git URL |