62

I'm using iTerm 2 on Mac, and whenever I press Command + Return the thing goes full screen. My big fat fingers can't help it, so I really need to turn it off. Any suggestions?

Thanks in advance

2 Answers2

96

Set Command + Return to Ignore in the iTerm 2 preferences.

Screen shot

Dean
  • 2,880
4

You can also change shortcuts from System Preferences:

Or by editing property lists:

defaults write -g NSUserKeyEquivalents -dict-add 'Toggle Full Screen' '^@f'
defaults write -app iTerm NSUserKeyEquivalents '{"Toggle Full Screen"="\0";}'
Lri
  • 42,502
  • 8
  • 126
  • 159