

$ defaults write SmartCursorColorFgThreshold -float 0.75 To tune smart cursor color settings: $ defaults write SmartCursorColorBgThreshold -float 0.5 To allow Growl notifications to be posted for the current tab: $ defaults write 2 GrowlOnForegroundTabs -bool true

To keep LC_CTYPE from being set when locale environment variables are set: $ defaults write 2 DoNotSetCtype -bool true To disable using the pinch gesture to change font size: $ defaults write 2 PinchToChangeFontSizeDisabled -bool true $ defaults write 2 SlowPasteDelayBetweenCalls -float 0.125 To change the speed that "paste slowly" pastes at: $ defaults write 2 SlowPasteBytesPerCall -int 16 $ defaults write 2 QuickPasteDelayBetweenCalls -float 0.01 To change the speed that "paste" pastes at: $ defaults write 2 QuickPasteBytesPerCall -int 1024 There is a delay between the transmission of each chunk. Pastes (both regular and slow) are done by splitting the text to paste into chunks. To change the number of paste history entries saved: defaults write 2 MaxPasteHistoryEntries -int 20 Increase the delay before it attempts to reconfigure itself after a change of monitors $ defaults write 2 UpdateScreenParamsDelay -float 1.0 $ defaults write 2 MinRunningTime -float 10.0 Quite iTerm2 when the last session is closed You can change this with: $ defaults write 2 OpenFileInNewWindows -bool true When you open a file from the finder in iTerm2 (e.g., by double-clicking a shell script), it will either open in a window or a tab. To preserve whitespace in selections copied to the pasteboard: $ defaults write 2 TrimWhitespaceOnCopy -bool false To change the number of coprocess commands remembered: $ defaults write 2 "Coprocess MRU" -int 10 To change the number of entries in the autocomplete menu: $ defaults write 2 AutocompleteMaxOptions -int 10 usage: $ itit 'title-string-here' ġ.11.4.4.2 - itit c 1.11.4.4.3 - itit string bc hidden settings.
