Hey all, I'm a long-time vim user trying to make the switch to emacs.
I'm using viper-mode
in emacs and I keep typing ESC (to get out of insert mode) and then a key (say, j
). I type fast and often hit them at the same time. Emacs then thinks I'm hitting META-j
and runs a function which I do not intend.
I like using option as meta and don't care to have ESC ever be meta when I'm in viper.
Anyone have suggestions on how to completely disable ESC as meta in viper mode?
Here's a few related options that I've tried. None of these solve the issue.
(setq viper-no-multiple-ESC t)
(setq viper-translate-all-ESC-keysequences t)
(setq viper-fast-keyseq-timeout 0)