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
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
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";}'