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 |
⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
# 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 |