Skip to content

Instantly share code, notes, and snippets.

@mortik
Forked from lucasfais/gist:1207002
Last active December 15, 2015 22:09
Show Gist options
  • Save mortik/5330731 to your computer and use it in GitHub Desktop.
Save mortik/5330731 to your computer and use it in GitHub Desktop.

Revisions

  1. mortik revised this gist Jan 13, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sublime_text_shortcuts.md
    Original 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)
    **|  ⇧⌘R  |**    reveal in sidebar
    **|  ⌘⌥S  |**    reveal in sidebar

    * * *

  2. mortik revised this gist Aug 27, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions sublime_text_shortcuts.md
    Original 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

    * * *

  3. mortik revised this gist Jun 14, 2013. 1 changed file with 52 additions and 52 deletions.
    104 changes: 52 additions & 52 deletions sublime_text_shortcuts.md
    Original 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)   
    **|  ⌘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)   
    **|  ⌘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   
    **|  ⌘⇧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   
    **|  ⌘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   
    **|  ⌘⌥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   
    **|  ⌘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   
    **|  ⌘K space  |**    set mark
    **|  ⌘KW  |**    delete from cursor to mark
    **|  ⌘KA  |**    select from cursor to mark
    **|  ⌘KG  |**    clear mark
  4. mortik revised this gist Jun 14, 2013. 1 changed file with 52 additions and 52 deletions.
    104 changes: 52 additions & 52 deletions sublime_text_shortcuts.md
    Original 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)  
    **|  ⌘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)  
    **|  ⌘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  
    **|  ⌘⇧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  
    **|  ⌘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  
    **|  ⌘⌥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  
    **|  ⌘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  
    **|  ⌘K space  |**    set mark   
    **|  ⌘KW  |**    delete from cursor to mark   
    **|  ⌘KA  |**    select from cursor to mark   
    **|  ⌘KG  |**    clear mark   
  5. mortik revised this gist Jun 14, 2013. 1 changed file with 52 additions and 52 deletions.
    104 changes: 52 additions & 52 deletions sublime_text_shortcuts.md
    Original 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)
    **|  ⌘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)
    **|  ⌘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
    **|  ⌘⇧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
    **|  ⌘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
    **|  ⌘⌥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
    **|  ⌘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
    **|  ⌘K space  |**    set mark  
    **|  ⌘KW  |**    delete from cursor to mark  
    **|  ⌘KA  |**    select from cursor to mark  
    **|  ⌘KG  |**    clear mark  
  6. mortik revised this gist Jun 14, 2013. 1 changed file with 77 additions and 67 deletions.
    144 changes: 77 additions & 67 deletions sublime_text_shortcuts.md
    Original 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)

    * * *

    **|  ⌘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) |


    **|  ⌘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 |


    **|  ⌘⇧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 |


    **|  ⌘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 |


    **|  ⌘⌥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 |


    **|  ⌘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 |

    **|  ⌘K space  |**    set mark // ⌘K; for me
    **|  ⌘KW  |**    delete from cursor to mark
    **|  ⌘KA  |**    select from cursor to mark
    **|  ⌘KG  |**    clear mark
  7. mortik revised this gist Jun 14, 2013. 1 changed file with 7 additions and 7 deletions.
    14 changes: 7 additions & 7 deletions sublime_text_shortcuts.md
    Original 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)
    **|  ⌘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)

    * * *

  8. mortik revised this gist Jun 14, 2013. 1 changed file with 9 additions and 9 deletions.
    18 changes: 9 additions & 9 deletions sublime_text_shortcuts.md
    Original 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)
    **|  ⌘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)

    * * *

  9. mortik revised this gist Jun 14, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sublime_text_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ Useful Shortcuts (Mac OS X)

    ## General

    **| ⌘T     |**      go to file
    **| ⌘T     |**    go to file
    **| ⌘⌃P |**    go to project
    | ⌘R | go to methods
    | ⌃G | go to line
  10. mortik revised this gist Jun 14, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sublime_text_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ Useful Shortcuts (Mac OS X)

    ## General

    **| ⌘T    |**      go to file
    **| ⌘T     |**      go to file
    **| ⌘⌃P |**    go to project
    | ⌘R | go to methods
    | ⌃G | go to line
  11. mortik revised this gist Jun 14, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sublime_text_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ Useful Shortcuts (Mac OS X)

    ## General

    **| ⌘T  |**      go to file
    **| ⌘T    |**      go to file
    **| ⌘⌃P |**    go to project
    | ⌘R | go to methods
    | ⌃G | go to line
  12. mortik revised this gist Jun 14, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions sublime_text_shortcuts.md
    Original 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
    **| ⌘T  |**      go to file
    **| ⌘⌃P |**    go to project
    | ⌘R | go to methods
    | ⌃G | go to line
    | ⌘KB | toggle side bar
  13. mortik revised this gist Jun 14, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sublime_text_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ Useful Shortcuts (Mac OS X)

    ## General

    **| ⌘T |**    go to file
    **| ⌘T |**      go to file
    **| ⌘⌃P |**    go to project
    | ⌘R | go to methods
    | ⌃G | go to line
  14. mortik revised this gist Jun 14, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions sublime_text_shortcuts.md
    Original 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
    **| ⌘T |**    go to file
    **| ⌘⌃P |**    go to project
    | ⌘R | go to methods
    | ⌃G | go to line
    | ⌘KB | toggle side bar
  15. mortik revised this gist Jun 14, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sublime_text_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ Useful Shortcuts (Mac OS X)

    ## General

    **| ⌘T |** go to file
    **| ⌘T |**   go to file
    | ⌘⌃P | go to project
    | ⌘R | go to methods
    | ⌃G | go to line
  16. mortik revised this gist Jun 14, 2013. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions sublime_text_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,7 @@ Useful Shortcuts (Mac OS X)

    ## General

    | ⌘T |
    go to file
    **| ⌘T |** go to file
    | ⌘⌃P | go to project
    | ⌘R | go to methods
    | ⌃G | go to line
  17. mortik revised this gist Jun 14, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion sublime_text_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,8 @@ Useful Shortcuts (Mac OS X)

    ## General

    | ⌘T | go to file
    | ⌘T |
    go to file
    | ⌘⌃P | go to project
    | ⌘R | go to methods
    | ⌃G | go to line
  18. mortik revised this gist Jun 14, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion sublime_text_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    # Sublime Text - Useful Shortcuts (Mac OS X)
    # Sublime Text
    Useful Shortcuts (Mac OS X)

    ## General

  19. mortik renamed this gist Jun 14, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  20. mortik revised this gist Jun 14, 2013. No changes.
  21. mortik revised this gist Jun 14, 2013. 1 changed file with 12 additions and 10 deletions.
    22 changes: 12 additions & 10 deletions sublime_text_shortcuts
    Original 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)

    | ⌘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) |
  22. mortik renamed this gist Jun 14, 2013. 1 changed file with 24 additions and 36 deletions.
    60 changes: 24 additions & 36 deletions sublime_text_shortcuts.md → sublime_text_shortcuts
    Original file line number Diff line number Diff line change
    @@ -1,31 +1,19 @@
    # Sublime Text
    Useful Shortcuts (Mac OS X)
    # Sublime Text - 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>
    * * *


    | ⌘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 |
    | *⌘KG* | clear mark |
  23. mortik revised this gist Jun 14, 2013. 1 changed file with 18 additions and 15 deletions.
    33 changes: 18 additions & 15 deletions sublime_text_shortcuts.md
    Original 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>⌘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>
    | **⌘⌃** | 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
  24. mortik revised this gist Jun 14, 2013. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions sublime_text_shortcuts.md
    Original 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>
    <dt>⌘P</dt><dd>go to file</dd>
    </dl>
    | **⌘⌃** | go to project
    > **⌘R** | go to methods
  25. mortik revised this gist Jun 14, 2013. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions sublime_text_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -2,8 +2,10 @@
    Useful Shortcuts (Mac OS X)

    ## General

    | **⌘P** | go to file
    <dl>
    <dt>**⌘P**</dt>
    <dd>go to file</dd>
    </dl>
    | **⌘⌃** | go to project
    > **⌘R** | go to methods
  26. mortik revised this gist Jun 14, 2013. 1 changed file with 10 additions and 5 deletions.
    15 changes: 10 additions & 5 deletions sublime_text_shortcuts.md
    Original 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
    > **⌘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)

  27. mortik revised this gist Jun 14, 2013. 1 changed file with 9 additions and 9 deletions.
    18 changes: 9 additions & 9 deletions sublime_text_shortcuts.md
    Original 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)
    | **⌘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)

    * * *

  28. mortik revised this gist Jun 14, 2013. 1 changed file with 9 additions and 11 deletions.
    20 changes: 9 additions & 11 deletions sublime_text_shortcuts.md
    Original 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)
    **⌘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)

    * * *

  29. mortik revised this gist Jun 14, 2013. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion sublime_text_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ Useful Shortcuts (Mac OS X)

    ## General

    **⌘P** go to file
    **⌘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) |
  30. mortik revised this gist Jun 14, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions sublime_text_shortcuts.md
    Original 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
    **⌘P** go to file
    **⌘⌃** go to project

    > ⌘R* - go to methods