From 37a20d861900c3855feb5bf368542a797dc84f71 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 7 Jan 2022 13:52:40 +0100 Subject: [PATCH] Fixing git keybindings --- home-manager/roles/neovim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/roles/neovim/vimrc b/home-manager/roles/neovim/vimrc index 7f2c4f73..757d56c1 100644 --- a/home-manager/roles/neovim/vimrc +++ b/home-manager/roles/neovim/vimrc @@ -132,12 +132,12 @@ nmap gd (coc-definition) nmap gy (coc-type-definition) nmap gr (coc-references) -nmap gs :Gstatus +nmap gs :Git status nmap gu :CocCommand git.chunkUndo nmap gi :CocCommand git.chunkInfo nmap ga :CocCommand git.chunkStage nmap gb :CocCommand git.showCommit -nmap gc :Gcommit +nmap gc :Git commit function! s:show_documentation() if (index(['vim','help'], &filetype) >= 0)