add gitcommit autocommand

This commit is contained in:
Ray Elliott 2020-05-20 13:31:35 +01:00
parent a62b5daaca
commit fc31c4e93a
1 changed files with 7 additions and 0 deletions

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: " vim: set foldmethod=marker:
" #mappings {{{
" #mappings {{{
"