defaults write NSGlobalDomain KeyRepeat -int 1 defaults write NSGlobalDomain InitialKeyRepeat -int 10
It will setup blazing fast keyboard repeat rate.
I also use this in my .vimrc for even smoother ride:
set scrolloff=999 set scrolljump=-100
defaults write NSGlobalDomain KeyRepeat -int 1 defaults write NSGlobalDomain InitialKeyRepeat -int 10
It will setup blazing fast keyboard repeat rate.
I also use this in my .vimrc for even smoother ride:
set scrolloff=999 set scrolljump=-100