Disable switching from embedded terminal to editor when pressnig "ESC" button
Answered
Hello. Sometimes when I use embedded terminal I need to stay in terminal when I press "ESC" button;
By default intelliJ idea switches me to the editor when I press "ESC" button. I really was trying to find how to disable this behaviour myself, but after three hours I've given up.Could you please tell me how I can disable this default behaviour?
Please sign in to leave a comment.
Just remove the appropriate key binding:
https://i.imgur.com/QKO6rZm.png
Konstantin Annikov, Thank you so much!