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?
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?