mirror of https://github.com/bjeanes/dotfiles.git
parent
e3e220ddc8
commit
7488db178d
|
@ -205,6 +205,13 @@
|
||||||
NSGlobalDomain.InitialKeyRepeat = 15;
|
NSGlobalDomain.InitialKeyRepeat = 15;
|
||||||
NSGlobalDomain.KeyRepeat = 5;
|
NSGlobalDomain.KeyRepeat = 5;
|
||||||
|
|
||||||
|
# Disable certain text substitutions
|
||||||
|
NSGlobalDomain.NSAutomaticQuoteSubstitutionEnabled = false; # smart quotes
|
||||||
|
NSGlobalDomain.NSAutomaticPeriodSubstitutionEnabled = false; # period after double-space
|
||||||
|
NSGlobalDomain.NSAutomaticCapitalizationEnabled = false;
|
||||||
|
NSGlobalDomain.NSAutomaticSpellingCorrectionEnabled = false;
|
||||||
|
NSGlobalDomain.NSAutomaticDashSubstitutionEnabled = true;
|
||||||
|
|
||||||
# use expanded save panel by default
|
# use expanded save panel by default
|
||||||
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode = true;
|
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode = true;
|
||||||
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode2 = true;
|
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode2 = true;
|
||||||
|
|
Loading…
Reference in New Issue