Hints & Tips
Some helpful shortcuts and editing tips that can make your typing easier and faster.
Line Editing
- Ctrl + D → Duplicate current line or selection.
- Alt + ↑ / ↓ → Move the current line up or down.
- Shift + Alt + ↓ → Copy line down.
- Shift + Alt + ↑ → Copy line up.
Commenting
- Ctrl + / → Toggle comment on selected line(s).
- Select text then use this shortcut to quickly comment/uncomment without retyping.
Indentation
- Tab → Indent selected line(s).
- Shift + Tab → Outdent selected line(s).
Selection
- Ctrl + L → Select the current line.
- Ctrl + Shift + L → Select all occurrences of current selection.
- Alt + Click → Add multiple cursors.
Navigation
- Ctrl + ↑ / ↓ → Scroll without moving cursor.
- Ctrl + Home / End → Jump to start or end of file.