A place to store general configuration files
This file contains custom key bindings for Xcode that I like to use. It should be placed under ~/Library/Developer/Xcode/UserData/KeyBindings/
I like to decrease both the InitialKeyRepeat
and KeyRepeat
speeds via Terminal to move through text quicker.
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
- Hand Mirror: Super simple app for previewing FaceTime camera.
- SideNotes: Simple note-taking app that lives on the side of your screen.