The command line is what every developer should learn and implement into their daily routine.
Git status colors
The color of files and folders for Atom refers to their Git status. Find all (default) Git state colors below:
Color | Description |
---|---|
| Ignored file or folder by |
| New file or folder. |
| Modified file or folder. |
| Deleted file or folder. |
| Untracked file or folder (may NOT used by Atom). |
You may add the used status colors to the Git config file
|
General
Key | Description |
---|---|
| Settings |
| Toggle command palette |
| Reload Atom |
| Markdown Preview |
| Toggle Developer Tools |
| Toggle Key Binding Resolver |
| Show snippets |
Files & Folders
Key | Description |
---|---|
| New file |
| New Window |
| Open file |
| Open file (using search) |
| Open folder |
| Save |
| Save as |
| Move to next/previous tab |
| Show Specific Tab |
| Close tab |
| Close other tabs |
Lines
Key | Description |
---|---|
| Go to line |
| Select line |
| Duplicate line |
| Delete line |
| Move line up/down |
| Toggle line comment |
Words and Characters
Key | Description |
---|---|
| Move to of previous/next word |
| Move to of begin/end of word |
| Select to of begin/end of word |
| Select to of begin/end of character |
Find and Replace
Key | Description |
---|---|
| Find in current file |
| Find in project |
| Find next/previous |
| Replace all |
View
Key | Description |
---|---|
| Increase|Decrease text size |
| Reset text size |
Tree View
Key | Description |
---|---|
| Toggle tree view |
| Add file |
| Add folder |
Pane
Key | Description |
---|---|
| Split up/down/left/right |
| Focus up/down/left/right |
| Close pane |