Skip to content

Instantly share code, notes, and snippets.

@torstello
Created March 6, 2013 13:49
Show Gist options
  • Save torstello/5099414 to your computer and use it in GitHub Desktop.
Save torstello/5099414 to your computer and use it in GitHub Desktop.
tips:sublimetext
## 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