Created
March 6, 2013 13:49
-
-
Save torstello/5099414 to your computer and use it in GitHub Desktop.
tips:sublimetext
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
## key repetition vintage-mode | |
http://www.sublimetext.com/docs/2/vintage.html | |
In OsX-Lion, holding down a key won't repeat it, but will instead show a popup menu to select between character variations. This doesn't work well with command mode, so you may want to disable it. This can be done via entering this at the terminal: | |
% defaults write com.sublimetext.[2|3] ApplePressAndHoldEnabled -bool false | |
SHORTCUTS: | |
curser in word or marked word: | |
ctrl-cmd-g --> select every occurence of that word | |
cmd-d --> select next occurence | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment