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
select content into brackets
⌘⇧↩
insert line before
⌘↩
inter line after
⌃⇧K
delete line
⌘KK
delete from cursor to end of line
⌘K⌫
delete from cursor to start of line
⌘⇧D
duplicate line(s)
⌘J
join lines
⌘KU
upper case
⌘KL
lower case
⌘ /
comment
⌘⌥ /
block comment
⌘Y
redo or repeat
⌘⇧V
paste and indent
⌃ space
autocomplete (repeat to select next suggestion)
⌃M
jump to matching brackets
⌘U
soft undo (movement undo)
⌘⇧U
soft redo (movement redo)
⌃⇧W
Wrap selection with html tags
⌃⇧↑
Place an extra cursor up one line
⌃⇧↓
Place an extra cursor down one line
Remember to turn off the shortcut for mission control and application windows for adding extra cursors in System Preferences > Mission Control. Macs default expose shortcuts override those shortcuts
XML/HTML
⌘⇧A
select content into tag
⌘⌥ .
close tag
Find/Replace
⌘F
find
⌘⌥F
replace
⌘⌥G
find next occurrence of current word
⌘⌃G
select all occurrences of current word for multiple editing