commented out shortcuts that prevent use of multi-cursor
This commit is contained in:
parent
dc9a71caec
commit
6bc69426f3
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue