/config

A place to store general configuration files

Config

A place to store general configuration files

Files

This file contains custom key bindings for Xcode that I like to use. It should be placed under ~/Library/Developer/Xcode/UserData/KeyBindings/

Commands

Key Repeat

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)

Apps

  • Hand Mirror: Super simple app for previewing FaceTime camera.
  • SideNotes: Simple note-taking app that lives on the side of your screen.