You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select word (repeat select others occurrences in context for multiple editing)
⌘+M
jump to closing bracket for current code, repeat to jump to opening bracket
⌘+⇧+M
select all contents of the current brackets (curly brackets, square brackets, parentheses)
⌘+KK
delete from cursor to end of line
⌘+K+⌫
delete from cursor to start of line
⌘+]
indent current line(s)
⌘+[
un-indent current line(s)
⌘+⇧+D
duplicate line(s)
⌘+J
join line below to the end of the current line
⌘+ /
comment/un-comment current line
⌘+⇧+/
block comment current selection
⌘+Y
redo, or repeat last keyboard shortcut command
⌘+⇧+V
paste and indent correctly
⌘+Space
select next auto-complete suggestion
⌘+U
soft undo (somehow undoes your movements; it jumps to your last change before undoing it when you repeat this command)
Navigation/Goto Anywhere
⌘+P
quick-open files by name in your project (doesn’t seem to need an actual project set up, it just searches in the directories around the currently-opened file
⌘+R
goto symbol (functions and classes) in the file. Same as ⌘+P, then type @
⌘+;
goto word in current file. Same as ⌘+P, then type #
⌘+G
goto line in current file. Same as ⌘+P, then type :
General
⌘+⇧+P
command prompt
⌘+KB
toggle side bar
Find/Replace
⌘+F
find
⌘+H
replace
⌘+⇧+F
find in files
Tabs
⌘+⇧+t
open last closed tab (just like in your browser)
⌘+PgDn
cycle down through open tabs, cycle up with ⌘+PgUp
⌘+⇆
cycle through last tabs (repeat to go back further in history)