Skip to content

trouble with mappings that use Alt/Meta #8

Description

@shticktical

vim

In vim(8.2) insert mode 'Alt+b' goes backwards but 'Alt+f' does nothing. More annoyingly 'Alt+b' 'Alt+U', undoes all the line changes instead of expected behavior to capitalize the last word.
How can I fix this?

Neovim

In neovim 0.5.0 everything works as expected with a very annoying side effect: quickly exiting insert mode and undoing the change (<C-[> u) will not exit insert mode but instead will capitalize word under cursor. I suspect this is because nvim doesn't distinguish between + and Alt+something.
What setting/mapping I could change to have ESC+something stop being interpreted as Meta+something in neovim?

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