add gitcommit autocommand
This commit is contained in:
parent
a62b5daaca
commit
fc31c4e93a
7
vimrc
7
vimrc
|
@ -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 {{{
|
||||||
|
"
|
||||||
|
|
Loading…
Reference in New Issue