Hi,
I'm having problems with the default move_key_modifier on both Mac (iTerm/built-in Terminal) and Linux Mint. With
let g:move_key_modifier = 'C'
everything works as expected, but I've reserved the combinations C-jk for other tasks. Manually replacing s:MoveKey('j') in
execute 'nmap' s:MoveKey('j') '<Plug>MoveLineDown'
with the symbol from (CTRL+V) M-j also works, but it is a clumsy solution and requires different symbols on Mac and Linux.
The output of :nmap shows that the shortcut for MoveLineDown is a weird letter, but it doesn't help if I add settings for UTF-8 in a different place in my vimrc.
Do you have an idea on what could be wrong?
Thanks,
Robert
Hi,
I'm having problems with the default
move_key_modifieron both Mac (iTerm/built-in Terminal) and Linux Mint. Witheverything works as expected, but I've reserved the combinations
C-jkfor other tasks. Manually replacings:MoveKey('j')inwith the symbol from (
CTRL+V)M-jalso works, but it is a clumsy solution and requires different symbols on Mac and Linux.The output of
:nmapshows that the shortcut forMoveLineDownis a weird letter, but it doesn't help if I add settings for UTF-8 in a different place in myvimrc.Do you have an idea on what could be wrong?
Thanks,
Robert