Fix comments

This commit is contained in:
2021-09-18 21:39:41 +03:00
parent 870ae05b99
commit b0e074a761

4
.vimrc
View File

@@ -70,10 +70,10 @@ map <C-k> <C-W>k
map <C-h> <C-W>h
map <C-l> <C-W>l
" Remap to quickly quit Vim on Ctrl+Q
" Remap to quickly quit Vim with Space+q
nmap <leader>q :q<CR>
" Remap to save file with Ctrl+S
" Remap to save file with Space+w
nmap <leader>w :w<CR>
" Remaps to move line under the cursor down and up