-
Notifications
You must be signed in to change notification settings - Fork 60
Meta not working as move_key_modifier #15
Copy link
Copy link
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels