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:
parent
a80f0c3e6f
commit
8d1bee9b07
@ -468,6 +468,9 @@ defaults write com.apple.Terminal ShowLineMarks -int 0
|
|||||||
# Don’t display the annoying prompt when quitting iTerm
|
# Don’t display the annoying prompt when quitting iTerm
|
||||||
defaults write com.googlecode.iterm2 PromptOnQuit -bool false
|
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 #
|
# Time Machine #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user