6

When I do

inoremap <Esc> <Esc>`^

in vim, the next time I switch to insert mode (after using Esc) the arrow keys fail to move the cursor (they insert letters instead). Why does that happen?


Edit: It is possible to remap Esc and still retain working arrow keys?

1 Answer 1

6

The underlying code associated with an arrow key is an escape sequence beginning with <Esc>. For example, the up arrow key, if I remember right, is sending <Esc> [ A.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.