From b0e074a76188809cb98c6f656c416f20fda10b35 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 18 Sep 2021 21:39:41 +0300 Subject: [PATCH] Fix comments --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 08c61e1..252fd0d 100644 --- a/.vimrc +++ b/.vimrc @@ -70,10 +70,10 @@ map k map h map l -" Remap to quickly quit Vim on Ctrl+Q +" Remap to quickly quit Vim with Space+q nmap q :q -" Remap to save file with Ctrl+S +" Remap to save file with Space+w nmap w :w " Remaps to move line under the cursor down and up