Editor Keyboard Shortcuts
Find/Replace
Keypress Command
Ctrl + F Find
Ctrl + H Replace
Ctrl + ⇧ + R Replace all
Ctrl + G Find next
Ctrl + ⇧ + G Find previous
Alt + G Jump to line
Text manipulation
Keypress Command
Ctrl + 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
Ctrl + S Save
Ctrl + ⇧ + S Save as..
Ctrl + Alt + ⇧ + S Save and close
Alt + S Open search in files
Ctrl + Space Activate autocompletion
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 current line
Ctrl + ⇧ + / Block comment current selection
Ctrl + Y Redo, or repeat last keyboard shortcut command
Ctrl + ⇧ + V Paste and indent correctly
Ctrl + Space Select next auto-complete suggestion
Ctrl + U Soft undo; jumps to your last change before undoing change when repeated