This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"match_brackets_angle": true, | |
"always_prompt_for_file_reload": true, | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_cycle": true, | |
"auto_complete_delay": 30, | |
"auto_complete_with_fields": true, | |
"auto_find_in_selection": true, | |
"binary_file_patterns": |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Just goto System Prefernces keyboard and drag key repeat until and delay all the way to the right | |
#defaults write -g InitialKeyRepeat -int 15 # default minimum is 15 (225 ms) | |
#defaults write -g KeyRepeat -int 3 # default minimum is 2 (30 ms) | |
#defaults write NSGlobalDomain KeyRepeat -int 1 | |
echo "Show Path bar in Finder" | |
defaults write com.apple.finder ShowPathbar -bool true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
To inspect Slack elements using Chrome Dev tools: | |
export SLACK_DEVELOPER_MENU=true | |
open /Applications/Slack.app |
OlderNewer