add gitcommit autocommand
This commit is contained in:
parent
a62b5daaca
commit
fc31c4e93a
1 changed files with 7 additions and 0 deletions
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:
|
||||
" #mappings {{{
|
||||
" #mappings {{{
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue