Editor Keyboard Shortcuts
Find/Replace
Keypress Command
Ctrl + F Find
Ctrl + ⇧ + F Replace
Ctrl + G Find next
Ctrl + ⇧ + G Find previous
Alt + G Jump to line
Text manipulation
Keypress Command
Alt + W Toggle soft wrap
Ctrl + KU Transform to uppercase
Ctrl + KL Transform to lowercase
Editing
Keypress Command
Esc, Esc Close active editor window
Ctrl + Esc, Esc Minimize active editor window
Alt + △ Maximize active editor window
Alt + ▽ Normalize active editor window
Ctrl + S Save
Ctrl + ⇧ + S Save as..
Ctrl + Alt + ⇧ + S Save and close
Alt + S Open search in files
Alt + Space Run auto-completion
Ctrl + X Cut line
Ctrl + ⇧ + △ Move line/selection up
Ctrl + ⇧ + ▽ Move line/selection down
Ctrl + L Select line - Repeat to select next lines
Ctrl + D Select word - Repeat select others occurrences
Ctrl + M Jump to closing parentheses - Repeat to jump to opening parentheses
Ctrl + ⇧ + M Select all contents of the current parentheses
Ctrl + ⇧ + K Delete Line
Ctrl + KK Delete from cursor to end of line
Ctrl + K + Backspace Delete from cursor to start of line
Ctrl + ⇧ + D Duplicate line(s)
Ctrl + J Join line below to the end of the current line
Ctrl + / Comment/un-comment
Ctrl + Y Redo, or repeat last keyboard shortcut command
Ctrl + ⇧ + V Paste and indent correctly
Ctrl + U Soft undo; jumps to your last change before undoing change when repeated