Keybindings
Séance keybindings can be customized in ~/.config/seance/config.toml under [keybinds]. See Configuration for format details.
Workspace Navigation
| Action | Default Shortcut |
|---|---|
| Previous workspace | Ctrl+Page Up |
| Next workspace | Ctrl+Page Down |
| Switch to workspace 1-9 | Alt+1 through Alt+9 |
| Last workspace | Ctrl+Shift+Backspace |
| Create workspace | Ctrl+Alt+N |
| Close workspace | Ctrl+Alt+W |
| Rename workspace | Ctrl+Shift+R |
| Workspace switcher | Ctrl+Shift+G |
Tabs
| Action | Default Shortcut |
|---|---|
| New tab | Ctrl+Shift+T |
| Close tab | Ctrl+Shift+W |
| Next tab | Ctrl+Tab |
| Previous tab | Ctrl+Shift+Tab |
| Switch to tab 1-9 | Ctrl+1 through Ctrl+9 |
| Close other tabs | Ctrl+Alt+T |
| Rename tab | Ctrl+Alt+R |
Pane Management
| Action | Default Shortcut |
|---|---|
| New column (split) | Ctrl+Shift+Enter |
| Close pane | Ctrl+Shift+X |
| Focus left | Ctrl+Shift+Left |
| Focus right | Ctrl+Shift+Right |
| Focus up | Ctrl+Shift+Up |
| Focus down | Ctrl+Shift+Down |
| Move column left | Ctrl+Shift+A |
| Move column right | Ctrl+Shift+D |
| Expel pane left | Ctrl+Alt+Left |
| Expel pane right | Ctrl+Alt+Right |
Resize
| Action | Default Shortcut |
|---|---|
| Wider | Ctrl+Shift+= |
| Narrower | Ctrl+Shift+- |
| Maximize column | Ctrl+Shift+M |
| Cycle preset widths | Ctrl+Shift+S |
| Taller | Ctrl+Alt+= |
| Shorter | Ctrl+Alt+- |
Terminal
| Action | Default Shortcut |
|---|---|
| Copy | Ctrl+Shift+C |
| Paste | Ctrl+Shift+V |
| Clear scrollback | Ctrl+Shift+K |
| Find | Ctrl+Shift+F |
| Use selection for find | Ctrl+Shift+E |
| Find next | F3 |
| Find previous | Shift+F3 |
Font
| Action | Default Shortcut |
|---|---|
| Zoom in | Ctrl+= |
| Zoom out | Ctrl+- |
| Reset zoom | Ctrl+0 |
UI
| Action | Default Shortcut |
|---|---|
| Toggle sidebar | Ctrl+Shift+B |
| Toggle notifications | Ctrl+Shift+I |
| Jump to unread | Ctrl+Shift+U |
| Flash focused pane | Ctrl+Shift+H |
| Toggle pin workspace | Ctrl+Shift+J |
| Toggle layout mode | Ctrl+Shift+L |
General
| Action | Default Shortcut |
|---|---|
| Command palette | Ctrl+Shift+P |
| Open folder | Ctrl+Shift+O |
| New window | Ctrl+Shift+N |
| Quit | Ctrl+Shift+Q |
| Open settings | Ctrl+, |
| Reload config | Ctrl+Shift+, |
| Show shortcuts help | F1 |