add gitcommit autocommand

This commit is contained in:
Ray Elliott 2020-05-20 13:31:35 +01:00
commit fc31c4e93a

7
vimrc
View file

@ -187,6 +187,13 @@ onoremap U f_
"}}}
"----------------------------------------------------------------------------}}}
augroup gitcommit
autocmd!
autocmd FileType gitcommit 1 | startinsert
augroup END
" vim: set foldmethod=marker:
" #mappings {{{
" #mappings {{{
"