Jas
Jas

Reputation: 15093

which shortcut to use in intellij with ideavim instead of escape which I normally used to close windows (or get back.. escape..)

I really like ideavim however I'm used to click Escape in order to... escape the current position into previous ones, sometimes its just closing the diff windows, and someone its just closing the current popup. However after installing ideavim it appears Escape is now used for exit edit mode, so what is my current replacement for my Escape button which will do the same operation Escape was doing without ideavim?

Upvotes: 2

Views: 263

Answers (1)

Andrey Vlasovskikh
Andrey Vlasovskikh

Reputation: 16838

You can use <C-c> or <C-[>. See VIM-740 for more info.

Upvotes: 1

Related Questions