force gitcomit edits to first line

This commit is contained in:
Alex Kelly 2022-12-21 12:26:10 -05:00
parent 1646801aac
commit f1e5370ae2

View file

@ -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])