diff --git a/init.vim b/init.vim index 3ea9af0..d89387d 100644 --- a/init.vim +++ b/init.vim @@ -57,9 +57,9 @@ nmap NERDCommenterToggle vmap NERDCommenterToggle " saving with Ctrl+s -nnoremap :update -inoremap :update -vnoremap :updategv " gv to preserve visual selection +"nnoremap :update +"inoremap :update +"vnoremap :updategv " gv to preserve visual selection " show uncommited git changes in current part of the code nnoremap :CocCommand git.chunkInfo