-
-
Save mortik/5330731 to your computer and use it in GitHub Desktop.
Revisions
-
mortik revised this gist
Jan 13, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Useful Shortcuts (Mac OS X) **| ⌘⇧P |** command prompt **| ⌃ ` |** python console **| ⌘⇧N |** new window (useful for new project) **| ⌘⌥S |** reveal in sidebar * * * -
mortik revised this gist
Aug 27, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Useful Shortcuts (Mac OS X) **| ⌘⇧P |** command prompt **| ⌃ ` |** python console **| ⌘⇧N |** new window (useful for new project) **| ⇧⌘R |** reveal in sidebar * * * -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 52 additions and 52 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,85 +3,85 @@ 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 **| ⌃0 |** focus on side bar **| ⌘⇧P |** command prompt **| ⌃ ` |** python console **| ⌘⇧N |** new window (useful for new project) * * * ## Editing **| ⌘L |** select line (repeat select next lines) **| ⌘D |** select word (repeat select others occurrences in context for multiple editing) **| ⌘K |** remove last selected word from selection **| ⌃⇧M |** select content into brackets **| ⌘⇧↩ |** insert line before **| ⌘↩ |** inter line after **| ⌃⌘[UP,DOWN] |** swap line **| ⌃⇧K |** delete line **| ⌘KK |** delete from cursor to end of line **| ⌘K⌫ |** delete from cursor to start of line **| ⌘⇧D |** duplicate line(s) **| ⌘J |** join lines **| ⌘KU |** upper case **| ⌘KL |** lower case **| ⌘ / |** comment **| ⌘⌥ / |** block comment **| ⌘Y |** redo or repeat **| ⌘⇧V |** past and ident **| ⌃ space |** autocomplete (repeat to select next suggestion) **| ⌃M |** jump to matching brackets **| ⌘U |** soft undo (movement undo) **| ⌘⇧U |** soft redo (movement redo) * * * ## XML/HTML **| ⌘⇧A |** select content into tag **| ⌘⌥ . |** close tag * * * ## Find/Replace **| ⌘F |** find **| ⌘⌥F |** replace **| ⌘⌥G |** find next occurrence of current word **| ⌘⌃G |** select all occurrences of current word for multiple editing **| ⌘⇧F |** find in files * * * ## Splits/Tabs **| ⌘⌥1 |** single column **| ⌘⌥2 |** two columns **| ⌘⌥5 |** grid (4 groups) **| ⌃[1,2,3,4] |** focus group **| ⌃⇧[1,2,3,4] |** move file to group **| ⌘[1,2,3...] |** select tab * * * ## Bookmarks **| ⌘F2 |** toggle bookmark **| F2 |** next bookmark **| ⇧F2 |** previous bookmark **| ⌘⇧F2 |** clear bookmarks * * * ## Marks **| ⌘K space |** set mark **| ⌘KW |** delete from cursor to mark **| ⌘KA |** select from cursor to mark **| ⌘KG |** clear mark -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 52 additions and 52 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,85 +3,85 @@ 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 **| ⌃0 |** focus on side bar **| ⌘⇧P |** command prompt **| ⌃ ` |** python console **| ⌘⇧N |** new window (useful for new project) * * * ## Editing **| ⌘L |** select line (repeat select next lines) **| ⌘D |** select word (repeat select others occurrences in context for multiple editing) **| ⌘K |** remove last selected word from selection **| ⌃⇧M |** select content into brackets **| ⌘⇧↩ |** insert line before **| ⌘↩ |** inter line after **| ⌃⌘[UP,DOWN] |** swap line **| ⌃⇧K |** delete line **| ⌘KK |** delete from cursor to end of line **| ⌘K⌫ |** delete from cursor to start of line **| ⌘⇧D |** duplicate line(s) **| ⌘J |** join lines **| ⌘KU |** upper case **| ⌘KL |** lower case **| ⌘ / |** comment **| ⌘⌥ / |** block comment **| ⌘Y |** redo or repeat **| ⌘⇧V |** past and ident **| ⌃ space |** autocomplete (repeat to select next suggestion) **| ⌃M |** jump to matching brackets **| ⌘U |** soft undo (movement undo) **| ⌘⇧U |** soft redo (movement redo) * * * ## XML/HTML **| ⌘⇧A |** select content into tag **| ⌘⌥ . |** close tag * * * ## Find/Replace **| ⌘F |** find **| ⌘⌥F |** replace **| ⌘⌥G |** find next occurrence of current word **| ⌘⌃G |** select all occurrences of current word for multiple editing **| ⌘⇧F |** find in files * * * ## Splits/Tabs **| ⌘⌥1 |** single column **| ⌘⌥2 |** two columns **| ⌘⌥5 |** grid (4 groups) **| ⌃[1,2,3,4] |** focus group **| ⌃⇧[1,2,3,4] |** move file to group **| ⌘[1,2,3...] |** select tab * * * ## Bookmarks **| ⌘F2 |** toggle bookmark **| F2 |** next bookmark **| ⇧F2 |** previous bookmark **| ⌘⇧F2 |** clear bookmarks * * * ## Marks **| ⌘K space |** set mark **| ⌘KW |** delete from cursor to mark **| ⌘KA |** select from cursor to mark **| ⌘KG |** clear mark -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 52 additions and 52 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,85 +3,85 @@ 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 **| ⌃0 |** focus on side bar **| ⌘⇧P |** command prompt **| ⌃ ` |** python console **| ⌘⇧N |** new window (useful for new project) * * * ## Editing **| ⌘L |** select line (repeat select next lines) **| ⌘D |** select word (repeat select others occurrences in context for multiple editing) **| ⌘K |** remove last selected word from selection **| ⌃⇧M |** select content into brackets **| ⌘⇧↩ |** insert line before **| ⌘↩ |** inter line after **| ⌃⌘[UP,DOWN] |** swap line **| ⌃⇧K |** delete line **| ⌘KK |** delete from cursor to end of line **| ⌘K⌫ |** delete from cursor to start of line **| ⌘⇧D |** duplicate line(s) **| ⌘J |** join lines **| ⌘KU |** upper case **| ⌘KL |** lower case **| ⌘ / |** comment **| ⌘⌥ / |** block comment **| ⌘Y |** redo or repeat **| ⌘⇧V |** past and ident **| ⌃ space |** autocomplete (repeat to select next suggestion) **| ⌃M |** jump to matching brackets **| ⌘U |** soft undo (movement undo) **| ⌘⇧U |** soft redo (movement redo) * * * ## XML/HTML **| ⌘⇧A |** select content into tag **| ⌘⌥ . |** close tag * * * ## Find/Replace **| ⌘F |** find **| ⌘⌥F |** replace **| ⌘⌥G |** find next occurrence of current word **| ⌘⌃G |** select all occurrences of current word for multiple editing **| ⌘⇧F |** find in files * * * ## Splits/Tabs **| ⌘⌥1 |** single column **| ⌘⌥2 |** two columns **| ⌘⌥5 |** grid (4 groups) **| ⌃[1,2,3,4] |** focus group **| ⌃⇧[1,2,3,4] |** move file to group **| ⌘[1,2,3...] |** select tab * * * ## Bookmarks **| ⌘F2 |** toggle bookmark **| F2 |** next bookmark **| ⇧F2 |** previous bookmark **| ⌘⇧F2 |** clear bookmarks * * * ## Marks **| ⌘K space |** set mark **| ⌘KW |** delete from cursor to mark **| ⌘KA |** select from cursor to mark **| ⌘KG |** clear mark -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 77 additions and 67 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,77 +1,87 @@ # Sublime Text 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 **| ⌃0 |** focus on side bar **| ⌘⇧P |** command prompt **| ⌃ ` |** python console **| ⌘⇧N |** new window (useful for new project) * * * ## Editing **| ⌘L |** select line (repeat select next lines) **| ⌘D |** select word (repeat select others occurrences in context for multiple editing) **| ⌘K |** remove last selected word from selection **| ⌃⇧M |** select content into brackets **| ⌘⇧↩ |** insert line before **| ⌘↩ |** inter line after **| ⌃⌘[UP,DOWN] |** swap line **| ⌃⇧K |** delete line **| ⌘KK |** delete from cursor to end of line **| ⌘K⌫ |** delete from cursor to start of line **| ⌘⇧D |** duplicate line(s) **| ⌘J |** join lines **| ⌘KU |** upper case **| ⌘KL |** lower case **| ⌘ / |** comment **| ⌘⌥ / |** block comment **| ⌘Y |** redo or repeat **| ⌘⇧V |** past and ident **| ⌃ space |** autocomplete (repeat to select next suggestion) **| ⌃M |** jump to matching brackets **| ⌘U |** soft undo (movement undo) **| ⌘⇧U |** soft redo (movement redo) * * * ## XML/HTML **| ⌘⇧A |** select content into tag **| ⌘⌥ . |** close tag * * * ## Find/Replace **| ⌘F |** find **| ⌘⌥F |** replace **| ⌘⌥G |** find next occurrence of current word **| ⌘⌃G |** select all occurrences of current word for multiple editing **| ⌘⇧F |** find in files * * * ## Splits/Tabs **| ⌘⌥1 |** single column **| ⌘⌥2 |** two columns **| ⌘⌥5 |** grid (4 groups) **| ⌃[1,2,3,4] |** focus group **| ⌃⇧[1,2,3,4] |** move file to group **| ⌘[1,2,3...] |** select tab * * * ## Bookmarks **| ⌘F2 |** toggle bookmark **| F2 |** next bookmark **| ⇧F2 |** previous bookmark **| ⌘⇧F2 |** clear bookmarks * * * ## Marks **| ⌘K space |** set mark // ⌘K; for me **| ⌘KW |** delete from cursor to mark **| ⌘KA |** select from cursor to mark **| ⌘KG |** clear mark -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,13 +5,13 @@ Useful Shortcuts (Mac OS X) **| ⌘T |** go to file **| ⌘⌃P |** go to project **| ⌘R |** go to methods **| ⌃G |** go to line **| ⌘KB |** toggle side bar **| ⌃0 |** focus on side bar **| ⌘⇧P |** command prompt **| ⌃ ` |** python console **| ⌘⇧N |** new window (useful for new project) * * * -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,15 +3,15 @@ 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 **| ⌃0 |** focus on side bar **| ⌘⇧P |** command prompt **| ⌃ ` |** python console **| ⌘⇧N |** new window (useful for new project) * * * -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Useful Shortcuts (Mac OS X) ## General **| ⌘T |** go to file **| ⌘⌃P |** go to project | ⌘R | go to methods | ⌃G | go to line -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Useful Shortcuts (Mac OS X) ## General **| ⌘T |** go to file **| ⌘⌃P |** go to project | ⌘R | go to methods | ⌃G | go to line -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Useful Shortcuts (Mac OS X) ## General **| ⌘T |** go to file **| ⌘⌃P |** go to project | ⌘R | go to methods | ⌃G | go to line -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,8 +3,8 @@ 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 -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Useful Shortcuts (Mac OS X) ## General **| ⌘T |** go to file **| ⌘⌃P |** go to project | ⌘R | go to methods | ⌃G | go to line -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,8 +3,8 @@ 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 -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Useful Shortcuts (Mac OS X) ## General **| ⌘T |** go to file | ⌘⌃P | go to project | ⌘R | go to methods | ⌃G | go to line -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,8 +3,7 @@ Useful Shortcuts (Mac OS X) ## General **| ⌘T |** go to file | ⌘⌃P | go to project | ⌘R | go to methods | ⌃G | go to line -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,8 @@ Useful Shortcuts (Mac OS X) ## General | ⌘T | go to file | ⌘⌃P | go to project | ⌘R | go to methods | ⌃G | go to line -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ # Sublime Text Useful Shortcuts (Mac OS X) ## General -
mortik renamed this gist
Jun 14, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
mortik revised this gist
Jun 14, 2013 . No changes.There are no files selected for viewing
-
mortik revised this gist
Jun 14, 2013 . 1 changed file with 12 additions and 10 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,16 +2,18 @@ ## General | ⌘T | go to file | ⌘⌃P | go to project | ⌘R | go to methods | ⌃G | go to line | ⌘KB | toggle side bar | ⌃0 | focus on side bar | ⌘⇧P | command prompt | ⌃ ` | python console | ⌘⇧N | new window (useful for new project) * * * ## Editing | *⌘L* | select line (repeat select next lines) | -
mortik renamed this gist
Jun 14, 2013 . 1 changed file with 24 additions and 36 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,31 +1,19 @@ # Sublime Text - 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 | ⌃0 | focus on side bar | ⌘⇧P | command prompt | ⌃ ` | python console | ⌘⇧N | new window (useful for new project) ## Editing | *⌘L* | select line (repeat select next lines) | | *⌘D* | select word (repeat select others occurrences in context for multiple editing) | | *⌘K* | remove last selected word from selection | @@ -48,39 +36,39 @@ Useful Shortcuts (Mac OS X) | *⌃M* | jump to matching brackets | | *⌘U* | soft undo (movement undo) | | *⌘⇧U* | soft redo (movement redo) | ## XML/HTML *⌘⇧A* select content into tag | | *⌘⌥ .* | close tag | ## Find/Replace | *⌘F* | find | | *⌘⌥F* | replace | | *⌘⌥G* | find next occurrence of current word | | *⌘⌃G* | select all occurrences of current word for multiple editing | | *⌘⇧F* | find in files | ## Splits/Tabs | *⌘⌥1* | single column | | *⌘⌥2* | two columns | | *⌘⌥5* | grid (4 groups) | | *⌃[1,2,3,4]* | focus group | | *⌃⇧[1,2,3,4]* | move file to group | | *⌘[1,2,3...]* | select tab | ## Bookmarks | *⌘F2* | toggle bookmark | | *F2* | next bookmark | | *⇧F2* | previous bookmark | | *⌘⇧F2* | clear bookmarks | ## Marks | *⌘K space* | set mark // ⌘K; for me | | *⌘KW* | delete from cursor to mark | | *⌘KA* | select from cursor to mark | | *⌘KG* | clear mark | -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 18 additions and 15 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,22 +3,25 @@ Useful Shortcuts (Mac OS X) ## General <dl> <dt>⌘P</dt> <dd>go to file</dd> <dt>⌘⌃</dt> <dd>go to project <dt>⌘R</dt> <dd>go to methods</dd> <dt>⌃G</dt> <dd>go to line</dd> <dt>⌘KB</dt> <dd>toggle side bar</dd> <dt>⌃0</dt> <dd>focus on side bar</dd> <dt>⌘⇧P</dt> <dd>command prompt</dd> <dt>⌃ `</dt> <dd>python console</dd> <dt>⌘⇧N</dt> <dd>new window (useful for new project)</dd> </dl> * * * ## Editing -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,8 +3,7 @@ Useful Shortcuts (Mac OS X) ## General <dl> <dt>⌘P</dt><dd>go to file</dd> </dl> | **⌘⌃** | go to project > **⌘R** | go to methods -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,8 +2,10 @@ Useful Shortcuts (Mac OS X) ## General <dl> <dt>**⌘P**</dt> <dd>go to file</dd> </dl> | **⌘⌃** | go to project > **⌘R** | go to methods -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 10 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,11 +5,16 @@ Useful Shortcuts (Mac OS X) | **⌘P** | go to file | **⌘⌃** | go to project > **⌘R** | go to methods > **⌃G** | go to line > **⌘KB** | toggle side bar > **⌃0** | focus on side bar > **⌘⇧P** command prompt | **⌃ `** | python console | **⌘⇧N** | new window (useful for new project) -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,15 +3,15 @@ Useful Shortcuts (Mac OS X) ## General | **⌘P** | go to file | **⌘⌃** | go to project | **⌘R** | go to methods | **⌃G** | go to line | **⌘KB** | toggle side bar | **⌃0** | focus on side bar | **⌘⇧P** | command prompt | **⌃ `** | python console | **⌘⇧N** | new window (useful for new project) * * * -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 9 additions and 11 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,17 +3,15 @@ Useful Shortcuts (Mac OS X) ## General **⌘P** | go to file **⌘⌃** | go to project **⌘R** | go to methods **⌃G** | go to line **⌘KB** | toggle side bar **⌃0** | focus on side bar **⌘⇧P** | command prompt **⌃ `** | python console **⌘⇧N** | new window (useful for new project) * * * -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Useful Shortcuts (Mac OS X) ## General **⌘P** go to file **⌘⌃** go to project > ⌘R* - go to methods @@ -15,6 +15,8 @@ Useful Shortcuts (Mac OS X) > ⌃ `* - python console > ⌘⇧N - new window (useful for new project) * * * ## Editing | *⌘L* | select line (repeat select next lines) | -
mortik revised this gist
Jun 14, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,8 +3,8 @@ Useful Shortcuts (Mac OS X) ## General **⌘P** go to file **⌘⌃** go to project > ⌘R* - go to methods
NewerOlder