Jekyll One

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

grey

Ignored file or folder by .gitignore.

green

New file or folder.

orange

Modified file or folder.

red

Deleted file or folder.

blue

Untracked file or folder (may NOT used by Atom).

You may add the used status colors to the Git config file ~/.gitconfig.

[color "status"]
  ignored = grey
  added = yellow
  changed = green
  untracked = blue
  deleted = red

General

Key Description

Ctrl+,

Settings

Ctrl+Shift+P

Toggle command palette

Ctrl+Alt+R

Reload Atom

Ctrl+Shift+M

Markdown Preview

Ctrl+Alt+I

Toggle Developer Tools

Ctrl+.

Toggle Key Binding Resolver

Alt+Shift+S

Show snippets

Files & Folders

Key Description

Ctrl+N

New file

Ctrl+Shift+N

New Window

Ctrl+O

Open file

Ctrl+P

Open file (using search)

Ctrl+Shift+O

Open folder

Ctrl+ S

Save

Ctrl+ Shift + S

Save as

Ctrl+Tab/Ctrl+Shift+Tab

Move to next/previous tab

Alt+[1-9]

Show Specific Tab

Ctrl+ W

Close tab

Ctrl+K Ctrl+Alt+W

Close other tabs

Lines

Key Description

Ctrl+G

Go to line

Ctrl+L

Select line

Ctrl+Shift+D

Duplicate line

Ctrl+Shift+K

Delete line

Ctrl+↑/↓

Move line up/down

Ctrl+/

Toggle line comment

Words and Characters

Key Description

Alt+←/→

Move to of previous/next word

Alt+B/F

Move to of begin/end of word

Alt+Shift+B/F

Select to of begin/end of word

Shift+←/→

Select to of begin/end of character

Find and Replace

Key Description

Ctrl+F

Find in current file

Ctrl+Shift+F

Find in project

F3/Shift+F3

Find next/previous

Ctrl+Enter

Replace all

View

Key Description

Ctrl++/-

Increase|Decrease text size

Ctrl+0

Reset text size

Tree View

Key Description

Ctrl+K Ctrl+B

Toggle tree view

A

Add file

Shift + A

Add folder

Pane

Key Description

Ctrl+K ↑/↓/←/→

Split up/down/left/right

Ctrl+K Ctrl+↑/↓/←/→

Focus up/down/left/right

Ctrl+K Ctrl+W

Close pane