diff --git a/vimrc b/vimrc index b50f4d6..f75201f 100644 --- a/vimrc +++ b/vimrc @@ -24,3 +24,5 @@ set list listchars=tab:>-,trail:ยท "muestra los trailing spaces y tabs visualme set scrolloff=8 "empeza a scrollear cuando estas a 8 lineas del final filetype indent on + +au FileType gitcommit set tw=72 "when doing a git commit, wrap long lines in 72 columns