Skip to content

Commit

Permalink
Remove deprecated command (#380)
Browse files Browse the repository at this point in the history
Gcommit is deprecated in favor of Git commit

This is the message that appear when I type ,gc in NeoVim
  • Loading branch information
cizordj authored May 11, 2021
1 parent b0fb43e commit 61a5a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/vim_template/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ noremap <Leader>v :<C-u>vsplit<CR>
"" Git
noremap <Leader>ga :Gwrite<CR>
noremap <Leader>gc :Gcommit<CR>
noremap <Leader>gc :Git commit --verbose<CR>
noremap <Leader>gsh :Gpush<CR>
noremap <Leader>gll :Gpull<CR>
noremap <Leader>gs :Gstatus<CR>
Expand Down

0 comments on commit 61a5a92

Please sign in to comment.