Skip to content

Instantly share code, notes, and snippets.

@mcabreradev
Forked from LeCoupa/atom.cheatsheet.coffee
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save mcabreradev/858b96c90e5240594cdf to your computer and use it in GitHub Desktop.

Select an option

Save mcabreradev/858b96c90e5240594cdf to your computer and use it in GitHub Desktop.

Revisions

  1. Julien Le Coupanec revised this gist Oct 24, 2014. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions atom.cheatsheet.coffee
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    # Atom Cheatsheet.


    # Project Key Bindings.

    - 'cmd-shift-p': open the command palette.
    @@ -13,6 +14,7 @@
    - 'a', 'm', 'delete (<-)': add, move or delete a file in the tree view. (use 'ctrl-0' to switch to the tree view)
    # 'cmd-\': toggle the tree view.


    # File Key Bindings.

    - 'cmd-f': find and replace in the current file.
    @@ -29,6 +31,7 @@
    - 'cmd--': decrease font size in window.
    - 'cmd-=': increase font size in window.


    # Terminal Commands.

    - '$ atom --dev --foreground --help --log-file --new-window --spec-directory --test --version --wait [file ...]': open the current project or directory in atom.
    @@ -37,6 +40,7 @@
    - '$ apm search <package_name>': search for Atom packages/themes on the atom.io registry.
    - '$ apm view <package_name>': view information about a package/theme in the atom.io registry.


    # Other Useful Things.

    - '$ git config --global core.editor "atom --wait"': configure Atom to be your Git commit editor.
  2. Julien Le Coupanec revised this gist Oct 24, 2014. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions atom.cheatsheet.coffee
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    ## Atom Cheatsheet.
    # Atom Cheatsheet.

    #### Project Key Bindings.
    # Project Key Bindings.

    - 'cmd-shift-p': open the command palette.
    - 'cmd-p' or 'cmd-t': open the fuzzy finder to find a file.
    @@ -13,7 +13,7 @@
    - 'a', 'm', 'delete (<-)': add, move or delete a file in the tree view. (use 'ctrl-0' to switch to the tree view)
    # 'cmd-\': toggle the tree view.

    #### File Key Bindings.
    # File Key Bindings.

    - 'cmd-f': find and replace in the current file.
    - 'cmd-r': jump to a symbol such as a method definition.
    @@ -29,14 +29,14 @@
    - 'cmd--': decrease font size in window.
    - 'cmd-=': increase font size in window.

    #### Terminal Commands.
    # Terminal Commands.

    - '$ atom --dev --foreground --help --log-file --new-window --spec-directory --test --version --wait [file ...]': open the current project or directory in atom.
    - '$ apm install [<package_name>]': install the given Atom package.
    - '$ apm uninstall [<package_name>]...': delete the installed package(s).
    - '$ apm search <package_name>': search for Atom packages/themes on the atom.io registry.
    - '$ apm view <package_name>': view information about a package/theme in the atom.io registry.

    #### Other Useful Things.
    # Other Useful Things.

    - '$ git config --global core.editor "atom --wait"': configure Atom to be your Git commit editor.
  3. Julien Le Coupanec revised this gist Apr 9, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion atom.cheatsheet.coffee
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    ### Atom Cheatsheet.
    ## Atom Cheatsheet.

    #### Project Key Bindings.

  4. Julien Le Coupanec revised this gist Apr 9, 2014. 1 changed file with 17 additions and 17 deletions.
    34 changes: 17 additions & 17 deletions atom.cheatsheet.coffee
    Original file line number Diff line number Diff line change
    @@ -17,26 +17,26 @@

    - 'cmd-f': find and replace in the current file.
    - 'cmd-r': jump to a symbol such as a method definition.
    - `cmd-k up`, `cmd-k right`, `cmd-k down`, `cmd-k left` split any editor pane horizontally or vertically.
    - `cmd-k cmd-up`, `cmd-k cmd-right`, `cmd-k cmd-down`, `cmd-k cmd-left` move focus between editor pane.
    - `cmd-w` close a pane.
    - `alt-cmd-[` fold a block of code.
    - `alt-cmd-]` unfold a block of code.
    - `alt-cmd-shift-{` fold every blocks of code.
    - `alt-cmd-shift-}` fold every blocks of code.
    - `cmd-k cmd-N` fold at a specific indentation level where N is the indentation depth.
    - `cmd-0` reset font size in window.
    - `cmd--` decrease font size in window.
    - `cmd-=` increase font size in window.
    - 'cmd-k up', 'cmd-k right', 'cmd-k down', 'cmd-k left': split any editor pane horizontally or vertically.
    - 'cmd-k cmd-up', 'cmd-k cmd-right', 'cmd-k cmd-down', 'cmd-k cmd-left': move focus between editor pane.
    - 'cmd-w': close a pane.
    - 'alt-cmd-[': fold a block of code.
    - 'alt-cmd-]': unfold a block of code.
    - 'alt-cmd-shift-{': fold every blocks of code.
    - 'alt-cmd-shift-}': fold every blocks of code.
    - 'cmd-k cmd-N': fold at a specific indentation level where N is the indentation depth.
    - 'cmd-0': reset font size in window.
    - 'cmd--': decrease font size in window.
    - 'cmd-=': increase font size in window.

    #### Terminal Commands.

    - `$ atom --dev --foreground --help --log-file --new-window --spec-directory --test --version --wait [file ...]` open the current project or directory in atom.
    - `$ apm install [<package_name>]` install the given Atom package.
    - `$ apm uninstall [<package_name>]...` delete the installed package(s).
    - `$ apm search <package_name>` search for Atom packages/themes on the atom.io registry.
    - `$ apm view <package_name>` view information about a package/theme in the atom.io registry.
    - '$ atom --dev --foreground --help --log-file --new-window --spec-directory --test --version --wait [file ...]': open the current project or directory in atom.
    - '$ apm install [<package_name>]': install the given Atom package.
    - '$ apm uninstall [<package_name>]...': delete the installed package(s).
    - '$ apm search <package_name>': search for Atom packages/themes on the atom.io registry.
    - '$ apm view <package_name>': view information about a package/theme in the atom.io registry.

    #### Other Useful Things.

    - `$ git config --global core.editor "atom --wait"` configure Atom to be your Git commit editor.
    - '$ git config --global core.editor "atom --wait"': configure Atom to be your Git commit editor.
  5. Julien Le Coupanec revised this gist Apr 9, 2014. 1 changed file with 11 additions and 11 deletions.
    22 changes: 11 additions & 11 deletions atom.cheatsheet.coffee
    Original file line number Diff line number Diff line change
    @@ -3,20 +3,20 @@
    #### Project Key Bindings.

    - 'cmd-shift-p': open the command palette.
    - `cmd-p` or `cmd-t`: open the fuzzy finder to find a file.
    - `cmd-b`: look for a file that is already open.
    - `cmd-shift-b`: search the list of files modified and untracked in your project repository.
    - `ctrl-0` open and focus the the tree view.
    - `cmd-shift-f` find and replace in the entire project.
    - `cmd-,` open the settings view.
    - `cmd-ctrl-alt-l` reload Atom.
    - `a`, `m`, `delete (<-)` add, move or delete a file in the tree view. (use `ctrl-0` to switch to the tree view)
    # `cmd-\` toggle the tree view.
    - 'cmd-p' or 'cmd-t': open the fuzzy finder to find a file.
    - 'cmd-b': look for a file that is already open.
    - 'cmd-shift-b': search the list of files modified and untracked in your project repository.
    - 'ctrl-0': open and focus the the tree view.
    - 'cmd-shift-f': find and replace in the entire project.
    - 'cmd-,': open the settings view.
    - 'cmd-ctrl-alt-l': reload Atom.
    - 'a', 'm', 'delete (<-)': add, move or delete a file in the tree view. (use 'ctrl-0' to switch to the tree view)
    # 'cmd-\': toggle the tree view.

    #### File Key Bindings.

    - `cmd-f` find and replace in the current file.
    - `cmd-r` jump to a symbol such as a method definition.
    - 'cmd-f': find and replace in the current file.
    - 'cmd-r': jump to a symbol such as a method definition.
    - `cmd-k up`, `cmd-k right`, `cmd-k down`, `cmd-k left` split any editor pane horizontally or vertically.
    - `cmd-k cmd-up`, `cmd-k cmd-right`, `cmd-k cmd-down`, `cmd-k cmd-left` move focus between editor pane.
    - `cmd-w` close a pane.
  6. Julien Le Coupanec revised this gist Apr 9, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion atom.cheatsheet.coffee
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    #### Project Key Bindings.

    - `cmd-shift-p`: open the command palette.
    - 'cmd-shift-p': open the command palette.
    - `cmd-p` or `cmd-t`: open the fuzzy finder to find a file.
    - `cmd-b`: look for a file that is already open.
    - `cmd-shift-b`: search the list of files modified and untracked in your project repository.
  7. Julien Le Coupanec renamed this gist Apr 9, 2014. 1 changed file with 10 additions and 10 deletions.
    20 changes: 10 additions & 10 deletions atom.cheatsheet.md → atom.cheatsheet.coffee
    Original file line number Diff line number Diff line change
    @@ -2,16 +2,16 @@
    #### Project Key Bindings.

    "cmd-shift-p": open the command palette.
    "cmd-p" or "cmd-t": open the fuzzy finder to find a file.
    cmd-b` look for a file that is already open.
    cmd-shift-b` search the list of files modified and untracked in your project's repository.
    ctrl-0` open and focus the the tree view.
    cmd-\` toggle the tree view.
    cmd-shift-f` find and replace in the entire project.
    cmd-,` open the settings view.
    cmd-ctrl-alt-l` reload Atom.
    a`, `m`, `delete (<-)` add, move or delete a file in the tree view. (use `ctrl-0` to switch to the tree view)
    - `cmd-shift-p`: open the command palette.
    - `cmd-p` or `cmd-t`: open the fuzzy finder to find a file.
    - `cmd-b`: look for a file that is already open.
    - `cmd-shift-b`: search the list of files modified and untracked in your project repository.
    - `ctrl-0` open and focus the the tree view.
    - `cmd-shift-f` find and replace in the entire project.
    - `cmd-,` open the settings view.
    - `cmd-ctrl-alt-l` reload Atom.
    - `a`, `m`, `delete (<-)` add, move or delete a file in the tree view. (use `ctrl-0` to switch to the tree view)
    # `cmd-\` toggle the tree view.

    #### File Key Bindings.

  8. Julien Le Coupanec revised this gist Apr 9, 2014. 1 changed file with 10 additions and 10 deletions.
    20 changes: 10 additions & 10 deletions atom.cheatsheet.md
    Original file line number Diff line number Diff line change
    @@ -2,16 +2,16 @@

    #### Project Key Bindings.

    * `cmd-shift-p` open the command palette.
    * `cmd-p` or `cmd-t` open the fuzzy finder to find a file.
    * `cmd-b` look for a file that is already open.
    * `cmd-shift-b` search the list of files modified and untracked in your project's repository.
    * `ctrl-0` open and focus the the tree view.
    * `cmd-\` toggle the tree view.
    * `cmd-shift-f` find and replace in the entire project.
    * `cmd-,` open the settings view.
    * `cmd-ctrl-alt-l` reload Atom.
    * `a`, `m`, `delete (<-)` add, move or delete a file in the tree view. (use `ctrl-0` to switch to the tree view)
    "cmd-shift-p": open the command palette.
    "cmd-p" or "cmd-t": open the fuzzy finder to find a file.
    cmd-b` look for a file that is already open.
    cmd-shift-b` search the list of files modified and untracked in your project's repository.
    ctrl-0` open and focus the the tree view.
    cmd-\` toggle the tree view.
    cmd-shift-f` find and replace in the entire project.
    cmd-,` open the settings view.
    cmd-ctrl-alt-l` reload Atom.
    a`, `m`, `delete (<-)` add, move or delete a file in the tree view. (use `ctrl-0` to switch to the tree view)

    #### File Key Bindings.

  9. Julien Le Coupanec revised this gist Apr 9, 2014. 1 changed file with 10 additions and 10 deletions.
    20 changes: 10 additions & 10 deletions atom.cheatsheet.md
    Original file line number Diff line number Diff line change
    @@ -2,16 +2,16 @@

    #### Project Key Bindings.

    - `cmd-shift-p` open the command palette.
    - `cmd-p` or `cmd-t` open the fuzzy finder to find a file.
    - `cmd-b` look for a file that is already open.
    - `cmd-shift-b` search the list of files modified and untracked in your project's repository.
    - `ctrl-0` open and focus the the tree view.
    - `cmd-\` toggle the tree view.
    - `cmd-shift-f` find and replace in the entire project.
    - `cmd-,` open the settings view.
    - `cmd-ctrl-alt-l` reload Atom.
    - `a`, `m`, `delete (<-)` add, move or delete a file in the tree view. (use `ctrl-0` to switch to the tree view)
    * `cmd-shift-p` open the command palette.
    * `cmd-p` or `cmd-t` open the fuzzy finder to find a file.
    * `cmd-b` look for a file that is already open.
    * `cmd-shift-b` search the list of files modified and untracked in your project's repository.
    * `ctrl-0` open and focus the the tree view.
    * `cmd-\` toggle the tree view.
    * `cmd-shift-f` find and replace in the entire project.
    * `cmd-,` open the settings view.
    * `cmd-ctrl-alt-l` reload Atom.
    * `a`, `m`, `delete (<-)` add, move or delete a file in the tree view. (use `ctrl-0` to switch to the tree view)

    #### File Key Bindings.

  10. Julien Le Coupanec revised this gist Apr 9, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions atom.cheatsheet.md
    Original file line number Diff line number Diff line change
    @@ -2,8 +2,8 @@

    #### Project Key Bindings.

    - `cmd-shift-P` open the command palette.
    - `cmd-P` or `cmd-t` open the fuzzy finder to find a file.
    - `cmd-shift-p` open the command palette.
    - `cmd-p` or `cmd-t` open the fuzzy finder to find a file.
    - `cmd-b` look for a file that is already open.
    - `cmd-shift-b` search the list of files modified and untracked in your project's repository.
    - `ctrl-0` open and focus the the tree view.
  11. Julien Le Coupanec revised this gist Apr 9, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion atom.cheatsheet.md
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,7 @@
    - `cmd-\` toggle the tree view.
    - `cmd-shift-f` find and replace in the entire project.
    - `cmd-,` open the settings view.
    - `cmd-ctrl-alt-L` reload Atom.
    - `cmd-ctrl-alt-l` reload Atom.
    - `a`, `m`, `delete (<-)` add, move or delete a file in the tree view. (use `ctrl-0` to switch to the tree view)

    #### File Key Bindings.
  12. Julien Le Coupanec revised this gist Apr 9, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions atom.cheatsheet.md
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,7 @@
    - `cmd-\` toggle the tree view.
    - `cmd-shift-f` find and replace in the entire project.
    - `cmd-,` open the settings view.
    - `cmd-ctrl-alt-L` reload Atom.
    - `a`, `m`, `delete (<-)` add, move or delete a file in the tree view. (use `ctrl-0` to switch to the tree view)

    #### File Key Bindings.
  13. Julien Le Coupanec revised this gist Apr 9, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion atom.cheatsheet.md
    Original file line number Diff line number Diff line change
    @@ -28,7 +28,7 @@
    - `cmd--` decrease font size in window.
    - `cmd-=` increase font size in window.

    #### Atom Terminal Commands.
    #### Terminal Commands.

    - `$ atom --dev --foreground --help --log-file --new-window --spec-directory --test --version --wait [file ...]` open the current project or directory in atom.
    - `$ apm install [<package_name>]` install the given Atom package.
  14. Julien Le Coupanec revised this gist Apr 9, 2014. 1 changed file with 5 additions and 6 deletions.
    11 changes: 5 additions & 6 deletions atom.cheatsheet.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    ### Atom Cheatsheet
    ### Atom Cheatsheet.

    #### Project Key Bindings
    #### Project Key Bindings.

    - `cmd-shift-P` open the command palette.
    - `cmd-P` or `cmd-t` open the fuzzy finder to find a file.
    @@ -12,7 +12,7 @@
    - `cmd-,` open the settings view.
    - `a`, `m`, `delete (<-)` add, move or delete a file in the tree view. (use `ctrl-0` to switch to the tree view)

    #### File Key Bindings
    #### File Key Bindings.

    - `cmd-f` find and replace in the current file.
    - `cmd-r` jump to a symbol such as a method definition.
    @@ -28,15 +28,14 @@
    - `cmd--` decrease font size in window.
    - `cmd-=` increase font size in window.

    #### Atom Terminal Commands
    #### Atom Terminal Commands.

    - `$ atom --dev --foreground --help --log-file --new-window --spec-directory --test --version --wait [file ...]` open the current project or directory in atom.
    - `$ apm install [<package_name>]` install the given Atom package.
    - `$ apm uninstall [<package_name>]...` delete the installed package(s).
    - `$ apm search <package_name>` search for Atom packages/themes on the atom.io registry.
    - `$ apm view <package_name>` view information about a package/theme in the atom.io registry.


    #### Other Useful Things
    #### Other Useful Things.

    - `$ git config --global core.editor "atom --wait"` configure Atom to be your Git commit editor.
  15. Julien Le Coupanec revised this gist Apr 9, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions atom.cheatsheet.md
    Original file line number Diff line number Diff line change
    @@ -28,7 +28,7 @@
    - `cmd--` decrease font size in window.
    - `cmd-=` increase font size in window.

    #### Terminal
    #### Atom Terminal Commands

    - `$ atom --dev --foreground --help --log-file --new-window --spec-directory --test --version --wait [file ...]` open the current project or directory in atom.
    - `$ apm install [<package_name>]` install the given Atom package.
    @@ -37,6 +37,6 @@
    - `$ apm view <package_name>` view information about a package/theme in the atom.io registry.


    #### Other Useful Things.
    #### Other Useful Things

    - `$ git config --global core.editor "atom --wait"` configure Atom to be your Git commit editor.
  16. Julien Le Coupanec revised this gist Apr 9, 2014. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions atom.cheatsheet.md
    Original file line number Diff line number Diff line change
    @@ -35,3 +35,8 @@
    - `$ apm uninstall [<package_name>]...` delete the installed package(s).
    - `$ apm search <package_name>` search for Atom packages/themes on the atom.io registry.
    - `$ apm view <package_name>` view information about a package/theme in the atom.io registry.


    #### Other Useful Things.

    - `$ git config --global core.editor "atom --wait"` configure Atom to be your Git commit editor.
  17. Julien Le Coupanec created this gist Apr 9, 2014.
    37 changes: 37 additions & 0 deletions atom.cheatsheet.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,37 @@
    ### Atom Cheatsheet

    #### Project Key Bindings

    - `cmd-shift-P` open the command palette.
    - `cmd-P` or `cmd-t` open the fuzzy finder to find a file.
    - `cmd-b` look for a file that is already open.
    - `cmd-shift-b` search the list of files modified and untracked in your project's repository.
    - `ctrl-0` open and focus the the tree view.
    - `cmd-\` toggle the tree view.
    - `cmd-shift-f` find and replace in the entire project.
    - `cmd-,` open the settings view.
    - `a`, `m`, `delete (<-)` add, move or delete a file in the tree view. (use `ctrl-0` to switch to the tree view)

    #### File Key Bindings

    - `cmd-f` find and replace in the current file.
    - `cmd-r` jump to a symbol such as a method definition.
    - `cmd-k up`, `cmd-k right`, `cmd-k down`, `cmd-k left` split any editor pane horizontally or vertically.
    - `cmd-k cmd-up`, `cmd-k cmd-right`, `cmd-k cmd-down`, `cmd-k cmd-left` move focus between editor pane.
    - `cmd-w` close a pane.
    - `alt-cmd-[` fold a block of code.
    - `alt-cmd-]` unfold a block of code.
    - `alt-cmd-shift-{` fold every blocks of code.
    - `alt-cmd-shift-}` fold every blocks of code.
    - `cmd-k cmd-N` fold at a specific indentation level where N is the indentation depth.
    - `cmd-0` reset font size in window.
    - `cmd--` decrease font size in window.
    - `cmd-=` increase font size in window.

    #### Terminal

    - `$ atom --dev --foreground --help --log-file --new-window --spec-directory --test --version --wait [file ...]` open the current project or directory in atom.
    - `$ apm install [<package_name>]` install the given Atom package.
    - `$ apm uninstall [<package_name>]...` delete the installed package(s).
    - `$ apm search <package_name>` search for Atom packages/themes on the atom.io registry.
    - `$ apm view <package_name>` view information about a package/theme in the atom.io registry.