Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove deprecated command
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 10, 2021
commit 85d8dbef1bd5f2c16b64419867eb08d3ec7c1ed6
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