From 9324661ac5e74e84022cae0b50ff9d7751b2be80 Mon Sep 17 00:00:00 2001 From: Szwendacz99 Date: Thu, 20 Oct 2022 18:34:39 +0200 Subject: [PATCH] Remove ctrl s saving shortcut, not good to get used to it in vim --- init.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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