1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Make iTerm windows smoothly resize

This commit is contained in:
Daniel Barber 2019-05-07 13:04:08 -04:00 committed by Daniel Barber
parent a80f0c3e6f
commit 8d1bee9b07

View File

@ -468,6 +468,9 @@ defaults write com.apple.Terminal ShowLineMarks -int 0
# Dont 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 #
###############################################################################