Fix window moving commands conflicting with M (show marks)
This commit is contained in:
4
vimrc
4
vimrc
@@ -190,8 +190,8 @@ nnoremap <silent> <C-\> :call FindInNERDTree()<CR>:set winfixwidth<CR>
|
|||||||
nnoremap <silent> <C-j> }
|
nnoremap <silent> <C-j> }
|
||||||
nnoremap <silent> <C-k> {
|
nnoremap <silent> <C-k> {
|
||||||
|
|
||||||
" Move between split windows by using the four directions H, L, I, M
|
" Move between split windows by using the four directions H, L, I, N
|
||||||
" (note that I use I and M instead of J and K because J already does
|
" (note that I use I and N instead of J and K because J already does
|
||||||
" line joins and K is mapped to GitGrep the current word
|
" line joins and K is mapped to GitGrep the current word
|
||||||
nnoremap <silent> H <C-w>h
|
nnoremap <silent> H <C-w>h
|
||||||
nnoremap <silent> L <C-w>l
|
nnoremap <silent> L <C-w>l
|
||||||
|
|||||||
Reference in New Issue
Block a user