commented out shortcuts that prevent use of multi-cursor

This commit is contained in:
tomit4 2021-11-26 11:48:31 -08:00
parent dc9a71caec
commit 6bc69426f3

View file

@ -89,8 +89,8 @@ nmap <C-j> <C-Down>
nmap <C-k> <C-Up>
" Use ctrl- [hjkl] to select the active split!
nmap <silent> <c-k> :wincmd k<CR>
nmap <silent> <c-j> :wincmd j<CR>
"nmap <silent> <c-k> :wincmd k<CR>
"nmap <silent> <c-j> :wincmd j<CR>
nmap <silent> <c-h> :wincmd h<CR>
nmap <silent> <c-l> :wincmd l<CR>