force gitcomit edits to first line
This commit is contained in:
parent
1646801aac
commit
f1e5370ae2
1 changed files with 2 additions and 0 deletions
|
@ -222,3 +222,5 @@ set cursorline
|
|||
|
||||
imap <silent><script><expr> <C-L> copilot#Accept("\<CR>")
|
||||
let g:copilot_no_tab_map = v:true
|
||||
|
||||
autocmd FileType gitcommit call setpos('.', [0, 1, 1, 0])
|
||||
|
|
Loading…
Reference in a new issue