Last active
March 20, 2017 11:49
-
-
Save yoyozi/d85f5d08c231948a559521b31fbd8636 to your computer and use it in GitHub Desktop.
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
Sublime in Vintage mode: I am now rocking | |
Join 3 lines: v for visual mode select then: cmd J | |
Select every instance of the word you are on: cmd ^ G (Man OH Man) | |
Select the word: cmd D | |
Multiple cursors: to edit with multiple cursors go to first letter of word and enter: cmd D, next cmd D again to enter 2nd occurance and hence 2nd cursor | |
Visual select: Shif up/down/lft/rgt Go to beginning of line: cntrl cmd L cntrl left | |
Column view: hold down alt up/down/lft/rgt or mouse | |
Select the entire line: Shift cmd lft | |
Move through tabs: cntrl cmd left rght | |
Find every instance of a word where your cursore isnt: cmd i, then: cmd d to select instances to edit then: enter and mc's are there | |
Command Pallete is your freing: shift cmp p, then type syntax to change or whatever all comands are referanced here | |
ALL SHOTCUTS in comand pallet!!! | |
Find and replace: shift cmd f | |
FAST way to open files "Go to anything": cmd p (wow, there you go), to go to a method or function in the file type @ | |
Toggle sidebar: cmd b then cmd k | |
Open the console: cmd ~ | |
Create a new file and browse to save: cmd n then: shift cmd s or from anywhere: shif cmd s | |
Open a file/project: cmd o | |
Still to add in Sublime | |
Prefixer for CSS (webkit) | |
Fetch to fetch std file ie: JQuery | |
Gist to store snippets or edit snippets: need other github account | |
Split windows: cmd option 1 2 3 4 5 | |
Swith tab to window2: shift option 2 | |
Switch cursor to window: option cmd left or right |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment