easymotion / vim-easymotion

Vim motions on speed!
http://www.vim.org/scripts/script.php?script_id=3526
7.44k stars 358 forks source link

Question: How to disable/override the C-j and C-k shortcuts? #340

Closed fearphage closed 7 years ago

fearphage commented 7 years ago

I'm sure it's possible, but I can't figure out how to override the C-j and C-k.

I tried the following with no success:

nnoremap <c-j> <c-w>j
nnoremap <c-k> <c-w>k

I'm sure I'm missing something simple. Thanks in advance.

ghost commented 7 years ago

These maps are not in the default maps. Wrong repository? Try :map <c-j>.

fearphage commented 7 years ago

Thank you very much. vim-move was the culprit.