Keyboard Shortcuts
All default keybindings built into Syncline Editor. macOS equivalents use Cmd where Windows/Linux uses Ctrl.
History
| Keys | Action | Command name |
|---|---|---|
| Ctrl+Z / Cmd+Z | Undo | undo |
| Ctrl+Y / Ctrl+Shift+Z / Cmd+Shift+Z | Redo | redo |
Selection
| Keys | Action | Command name |
|---|---|---|
| Ctrl+A / Cmd+A | Select all | selectAll |
| Shift+↑ / ↓ / ← / → | Extend selection | — |
| Ctrl+Shift+← / → | Extend selection by word | — |
| Double-click | Select word under cursor | — |
| Triple-click | Select line | — |
Clipboard
| Keys | Action | Command name |
|---|---|---|
| Ctrl+C / Cmd+C | Copy selection | copy |
| Ctrl+X / Cmd+X | Cut selection | cut |
| Ctrl+V / Cmd+V | Paste | paste |
Editing
| Keys | Action | Command name |
|---|---|---|
| Tab | Indent selection / expand snippet or Emmet | — |
| Shift+Tab | Outdent selection | outdentLine |
| Ctrl+/ / Cmd+/ | Toggle line comment | toggleComment |
| Ctrl+D / Cmd+D | Duplicate line | duplicateLine |
| Ctrl+Shift+K / Cmd+Shift+K | Delete line | deleteLine |
| Alt+↑ | Move line up | — |
| Alt+↓ | Move line down | — |
| Alt+Z | Toggle word wrap | toggleWordWrap |
| Enter | New line with auto-indent | — |
| Backspace | Delete left / un-auto-close pair | — |
Multi-Cursor
| Keys | Action | Command name |
|---|---|---|
| Alt+Click | Add cursor at click position | — |
| Ctrl+Alt+↑ / ↓ | Add cursor above / below | — |
| Esc | Collapse to single cursor | — |
Navigation
| Keys | Action | Command name |
|---|---|---|
| Ctrl+← / → / Alt+← / → | Move by word | — |
| Home / End | Start / end of line | — |
| Ctrl+Home / Ctrl+End | Start / end of document | — |
| PageUp / PageDown | Scroll one viewport | — |
Find & Replace
| Keys | Action | Command name |
|---|---|---|
| Ctrl+F / Cmd+F | Open find bar | find |
| Ctrl+H / Cmd+H | Open find-and-replace | findReplace |
| Enter (find bar open) | Next match | — |
| Shift+Enter (find bar open) | Previous match | — |
| Esc (find bar open) | Close find bar | — |
Autocomplete
| Keys | Action | Command name |
|---|---|---|
| ↑ / ↓ (popup open) | Navigate items | — |
| Enter / Tab (popup open) | Accept selected item | — |
| Esc (popup open) | Dismiss popup | — |
© 2026 Syncline Editor. All rights reserved.