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
Ctrl + D Select word
Ctrl + M Jump to pair parentheses
Ctrl + ⇧ + M Select contents between 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
Ctrl + ⇧ + V Paste and indent correctly
Ctrl + U Soft undo