个人在 vim 中一直是使用Alt + L代替Escape键,这里没有对这个组合键remap,vim 里原来就支持的,并且响应速度极快,关于这个可以使用:help i_Alt查看说明:
char action ~----------------------------------------------------------------------- *i_CTRL-[* *i_<Esc>*<Esc> or CTRL-[ End insert or Replace mode, go back to Normal mode. Finish abbreviation. Note: If your <Esc> key is hard to hit, try CTRL-[ instead. *i_META* *i_Alt* Alt (META) acts like <Esc> if the chord is not mapped. For example <A-x> acts like <Esc>x if <A-x> does not have an insert-mode mapping. |