most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeat| // | |
| // EmbedSegue.h | |
| // Created by Stephanie Sharp on 20/02/14. | |
| // | |
| #import <UIKit/UIKit.h> | |
| @interface EmbedSegue : UIStoryboardSegue | |
| @property (nonatomic) UIView *containerView; |
I've moved this gist to https://github.com/phynet/iOS-Schemes please check it there ;)