Skip to content

Commit 61a5a92

Browse files
authored
Remove deprecated command (#380)
Gcommit is deprecated in favor of Git commit This is the message that appear when I type ,gc in NeoVim
1 parent b0fb43e commit 61a5a92

File tree

1 file changed

+1
-1
lines changed
  • generate/vim_template

1 file changed

+1
-1
lines changed

generate/vim_template/vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ noremap <Leader>v :<C-u>vsplit<CR>
315315
316316
"" Git
317317
noremap <Leader>ga :Gwrite<CR>
318-
noremap <Leader>gc :Gcommit<CR>
318+
noremap <Leader>gc :Git commit --verbose<CR>
319319
noremap <Leader>gsh :Gpush<CR>
320320
noremap <Leader>gll :Gpull<CR>
321321
noremap <Leader>gs :Gstatus<CR>

0 commit comments

Comments
 (0)