-
-
Save mcabreradev/858b96c90e5240594cdf to your computer and use it in GitHub Desktop.
Revisions
-
Julien Le Coupanec revised this gist
Oct 24, 2014 . 1 changed file with 4 additions 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 @@ -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. -
Julien Le Coupanec revised this gist
Oct 24, 2014 . 1 changed file with 5 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 @@ -1,6 +1,6 @@ # 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. @@ -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. - '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. - '$ 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. -
Julien Le Coupanec revised this gist
Apr 9, 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 @@ -1,4 +1,4 @@ ## Atom Cheatsheet. #### Project Key Bindings. -
Julien Le Coupanec revised this gist
Apr 9, 2014 . 1 changed file with 17 additions and 17 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 @@ -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. #### 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. - '$ git config --global core.editor "atom --wait"': configure Atom to be your Git commit editor. -
Julien Le Coupanec revised this gist
Apr 9, 2014 . 1 changed file with 11 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,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. #### 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. -
Julien Le Coupanec revised this gist
Apr 9, 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 @@ -2,7 +2,7 @@ #### 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. -
Julien Le Coupanec renamed this gist
Apr 9, 2014 . 1 changed file with 10 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,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 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. -
Julien Le Coupanec revised this gist
Apr 9, 2014 . 1 changed file with 10 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,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) #### File Key Bindings. -
Julien Le Coupanec revised this gist
Apr 9, 2014 . 1 changed file with 10 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,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) #### File Key Bindings. -
Julien Le Coupanec revised this gist
Apr 9, 2014 . 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 @@ -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-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. -
Julien Le Coupanec revised this gist
Apr 9, 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 @@ -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. - `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. -
Julien Le Coupanec revised this gist
Apr 9, 2014 . 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 @@ -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. -
Julien Le Coupanec revised this gist
Apr 9, 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 @@ -28,7 +28,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. - `$ apm install [<package_name>]` install the given Atom package. -
Julien Le Coupanec revised this gist
Apr 9, 2014 . 1 changed file with 5 additions and 6 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,6 +1,6 @@ ### 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. @@ -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. - `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 --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. -
Julien Le Coupanec revised this gist
Apr 9, 2014 . 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 @@ -28,7 +28,7 @@ - `cmd--` decrease font size in window. - `cmd-=` increase font size in window. #### 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 - `$ git config --global core.editor "atom --wait"` configure Atom to be your Git commit editor. -
Julien Le Coupanec revised this gist
Apr 9, 2014 . 1 changed file with 5 additions 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 @@ -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. -
Julien Le Coupanec created this gist
Apr 9, 2014 .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 @@ -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.