Skip to content

Meta not working as move_key_modifier #15

@robertdj

Description

@robertdj

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions