Reputation: 15093
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
Reputation: 16838
You can use <C-c>
or <C-[>
. See VIM-740 for more info.
Upvotes: 1