SUBLIME SHORTCUTS -- DBC
WHYAMIHERE?
-Mice suck
PUSH YOURSELF
-Add a new shortcut each day
-Think about how you are typing: * It's really hard to hit these buttons... Room for changing keystroke
* I wish I could... Probably a way to make a keystroke for that.
* Am I looking at my keyboard? If yes, don't do that.
* Are you using both command, option, and SHIFT keys?
-Am I defaulting to less efficient keystrokes?
-Keys are buttons, chain them together and you get action : think in actions
PACKAGES
Package Control command + shift + p
"Package Control: Install Package"
AUTO SAVE SUBLIME - INSTRUCTIONS
Sublime Text 2 -> Preferences -> Settings-Default -> ctrl, f, type: 'save_on_focus_lost' -> yolo set to true || copy: 'save ... false,' -> ...Settings-User -> paste: betwen {} -> replace false with true
WINDOW MANAGEMENT
command, h == hide active window (hold)command, (tap-cycle-select)tab, (select hidden window) h == unhide window (hold)command, (tap-cycle-select)tab, (select minimized window, (hold)option)(release)command == unminimize window
CREATING TERMINAL SHORTCUTS TO SUBLIME
PASTE INTO TERMINAL: open -a "Sublime Text" ~/.bash_profile PASTE INTO BASH PROFILE: alias subl="open -a 'Sublime Text'"