vim-utils / vim-alt-mappings

(experimental!) Enables ALT key mappings in terminal vim
MIT License
38 stars 5 forks source link

solution for escape key in macros #5

Open sunaku opened 9 years ago

sunaku commented 9 years ago

@bruno- I solved the "ESC breaks macros" issue long ago! See: https://github.com/sunaku/.vim/blob/config/plugin/escape.vim

bruno- commented 9 years ago

Hey, interesting. Are there any downsides to that solution?

sunaku commented 9 years ago

Yes, it prevents you from typing accented Latin characters in insert mode using Alt+key combos. :scream:

However, you might be able to use the bottom part of my solution, which only deals with macros. :smile_cat: