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