Editing
Cut line
- Ctrl
- X
Insert line after
- Ctrl
- Enter
Insert line before
- Ctrl
- Shift
- Enter
Move line/selection up
- Ctrl
- Shift
- Up
Move line/selection down
- Ctrl
- Shift
- Down
Select line - Repeat to select next lines
- Ctrl
- L
Select word - Repeat selects other occurrences
- Ctrl
- D
Jump to closing parentheses - Repeat to jump to opening parentheses
- Ctrl
- M
Select all contents of the current parentheses
- Ctrl
- Shift
- M
Delete line
- Ctrl
- Shift
- K
Delete from cursor to end of line
- Ctrl
- K, K
Delete from cursor to start of line
- Ctrl
- K
- Backspace
Indent current line(s)
- Ctrl
- ]
Un-indent current line(s)
- Ctrl
- [
Duplicate line(s)
- Ctrl
- Shift
- D
Join line below to the end of the current line
- Ctrl
- J
Comment/un-comment current line
- Ctrl
- /
Block comment current selection
- Ctrl
- Shift
- /
Redo, or repeat last keyboard shortcut command
- Ctrl
- Y
Paste and indent correctly
- Ctrl
- Shift
- V
Select next auto-complete suggestion
- Ctrl
- Space
Soft undo; jumps to your last change before undoing, change when repeated
- Ctrl
- U
Wrap selection in HTML tag
- Alt
- Shift
- W
Close current HTML tag
- Alt
- .
Hard wrap line to ruler column setting
- Alt
- Q
General
Command prompt
- Ctrl
- Shift
- P
Toggle sidebar
- Ctrl
- K, B
Show scope in status bar
- Ctrl
- Shift
- Alt
- P
Find/Replace
Find
- Ctrl
- F
Replace
- Ctrl
- H
Find in files
- Ctrl
- Shift
- F
Split window
Revert view to single column
- Alt
- Shift
- 1
Split view into two columns
- Alt
- Shift
- 2
Split view into three columns
- Alt
- Shift
- 3
Split view into four columns
- Alt
- Shift
- 4
Set view to grid (4 groups)
- Alt
- Shift
- 5
Split view into two rows
- Alt
- Shift
- 8
Jump to group where number is 1-4
- Ctrl
- 1-4
Move file to specified group where number is 1-4
- Ctrl
- Shift
- 1-4
Bookmarks
Toggle bookmark
- Ctrl
- F2
Next bookmark
- F2
Previous bookmark
- Shift
- F2
Clear bookmarks
- Ctrl
- Shift
- F2
Text manipulation
Transform to uppercase
- Ctrl
- K, U
Transform to lowercase
- Ctrl
- K, L