Atom is free and open source text editor created by GitHub. It is no longer developed and maintained.

63

Shortcuts

44

Matching

opens the preferences/settings view
^
,
opens & closes the command palette
^
P
opens the fuzzy finder palette for file search
^
P
opens the fuzzy finder palette for file search
^
T
browses tabs within the window
^
B
cycles left through open tabs (in the active pane)
cycles left through open tabs (in the active pane)
^
cycles right through open tabs (in the active pane)
cycles right through open tabs (in the active pane)
^
selects the language the file is in
^
L
previews the file in the markdown format
^
M
shows what keybindings the pressed key combination resolves to
^
.
toggles atom's file tree view
K
^
B
toggles atom's file tree view
K
^
\
reloads the editor
^
L
reloads the editor
^
R
opens up a http or https link
^
O
opens up the chrome developer tools/console
I
opens up the chrome developer tools/console
^
I
shows the snippets available to atom
S
opens an empty file in a new tab
^
N
opens a new editor window
^
N
shows the open file dialog
^
O
shows the open folder dialog
^
O
saves the currently active file
^
S
saves the currently active file under a different name
^
S
saves all changed files
S
closes the currently active tab
^
W
closes the currently active editor window
^
W
splits the currently active tab up
K
^
splits the currently active tab down
K
^
splits the currently active tab left
K
^
splits the currently active tab right
K
^
toggle full screen window
^
F
toggle full screen window
F11
duplicates the line of the current cursor position
^
D
deletes the current line
^
K
moves the contents of the current cursor position up one line
^
moves the contents of the current cursor position up one line
^
moves the contents of the current cursor position down one line
^
moves the contents of the current cursor position down one line
^
opens up the find/replace panel
^
F
toggles forward through the results of the current buffer in the file while the find/replace panel is active
G
toggles forward through the results of the current buffer in the file while the find/replace panel is active
F3
toggles backward through the results of the current buffer in the file while the find/replace panel is active
G
toggles backward through the results of the current buffer in the file while the find/replace panel is active
F3
opens the find in project panel
^
F
opens the go to line panel
^
G
the cursor goes to the matching top bracket that the cursor is encapsulated in
^
M
selects the entire line the cursor's current position is in
^
L
toggles the selected text into a comment of the current grammar
^
/
allows to select multiple rows, where the same edit will be applied
^
allows to select multiple rows, where the same edit will be applied
^
allows to select multiple rows, where the same edit will be applied
^
allows to select multiple rows, where the same edit will be applied
^
selects the next same word as currently selected
^
D
undoes the previous selection, like from select same words
^
U
selects all the matching words at once
^
G
selects all the matching words at once
F3
opens a palette that lists all the symbols (or functions) in your current file
^
R
show available auto-completions
^
fold sections of code
^
[
unfold sections of code
^
]
Don't see your shortcut? Learn how to contribute.