Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to unbind escape from opening the autocompletion menu in XCode?

Tags:

xcode

xcode4.2

I'm coming from predominantly using VIM for everything, and so I have a habit of hitting escape basically any time I finish typing. Is there anyway to ONLY unbind the autocomplete menu from appearing when hitting escape? If I remove the 'cancel' keybind for esc, then it stops popping up the autocomplete menu, but I can't cancel anything and instead I get upside down question marks whenever I hit escape.

like image 636
ctide Avatar asked Feb 08 '12 22:02

ctide


1 Answers

Preferences->Text Editing->General tab->Code Completion->Escape key shows code completions.

Uncheck it and you're set. Here, have a pic with the obligatory hand-drawn red 'circle':

Screenshot[][1]

like image 122
Tim Avatar answered Oct 18 '22 22:10

Tim