Sublime Text 2 – Useful Shortcuts (Mac OS X)
General
⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
### Keybase proof | |
I hereby claim: | |
* I am skanct on github. | |
* I am skanct (https://keybase.io/skanct) on keybase. | |
* I have a public key ASDw_xbEZRLAREdgoF5pbUT9BB1crTBuc1kXiJ78FIN7Xwo | |
To claim this, I am signing this object: |
# Show remaining battery time; hide percentage | |
# defaults write com.apple.menuextra.battery ShowPercent -string "NO" | |
# defaults write com.apple.menuextra.battery ShowTime -string "YES" | |
# Expand save panel by default | |
# defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true | |
# Expand print panel by default | |
# defaults write NSGlobalDomain PMPrintingExpandedStateForPrint -bool true |
⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |