From 8d1bee9b07ecd3fb199f1c5a70cdc8095890709a Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Tue, 7 May 2019 13:04:08 -0400 Subject: [PATCH] Make iTerm windows smoothly resize --- lib/macos.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/macos.sh b/lib/macos.sh index 0f75aee..f58f707 100755 --- a/lib/macos.sh +++ b/lib/macos.sh @@ -468,6 +468,9 @@ defaults write com.apple.Terminal ShowLineMarks -int 0 # Don’t display the annoying prompt when quitting iTerm defaults write com.googlecode.iterm2 PromptOnQuit -bool false +# Allow the terminal window to resize smoothly +defaults write com.googlecode.iterm2 DisableWindowSizeSnap -bool true + ############################################################################### # Time Machine # ###############################################################################