Properties3
Is BaseNo
Icon
Order
20Windows and Tabs
Kytos uses native macOS windows and tabs. Each window and each tab is backed by a KytosWorkspace — an observable split tree of terminal panes.
Cmd+N— new windowCmd+T— new tabCmd+W— close tab / window
Splits
Splits are managed by KytosWorkspace's split tree model. Panes can be split horizontally or vertically.
Cmd+D— split horizontallyCmd+Shift+D— split verticallyCmd+[/Cmd+]— navigate between panes
Shell Integration
Kytos includes Ghostty's shell integration scripts for bash, zsh, fish, elvish, and nushell. When active:
- The toolbar title updates to the current process name
- The toolbar subtitle updates to the working directory
- Navigator pane labels reflect the active process
Shell integration is automatic if your shell sources the integration script. Ghostty's shell integration injects via OSC escape sequences — no manual configuration needed.
Navigator Panels
| Tab | Content |
|---|---|
| Files | Project file tree for the current working directory |
| Sessions | All open workspaces and panes |
Inspector Panels
The inspector shows metadata about the focused pane: process, working directory, and terminal dimensions.
Utility Area
The utility area provides a secondary terminal or output view below the editor area.
