Fix window moving commands conflicting with M (show marks)

This commit is contained in:
yan 2011-11-21 15:01:16 -06:00
parent 3fedc922a7
commit f0032b0a9b

6
vimrc
View File

@ -190,9 +190,9 @@ nnoremap <silent> <C-\> :call FindInNERDTree()<CR>:set winfixwidth<CR>
nnoremap <silent> <C-j> }
nnoremap <silent> <C-k> {
" Move between split windows by using the four directions H, L, I, M
" (note that I use I and M instead of J and K because J already does
" line joins and K is mapped to GitGrep the current word
" Move between split windows by using the four directions H, L, I, N
" (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
nnoremap <silent> H <C-w>h
nnoremap <silent> L <C-w>l
nnoremap <silent> I <C-w>k