Quick Start
First Launch
Run ori-term from your existing terminal or application launcher. ori-term starts with your default shell and a single pane. No configuration file is required — sensible defaults are built in.
You'll see a frameless window with a tab bar at the top and your shell prompt. Everything works out of the box.
Essential Shortcuts
| Action | Shortcut |
|---|---|
| New tab | Ctrl+T |
| Close tab | Ctrl+W |
| Close pane | Ctrl+Shift+W |
| Split right | Ctrl+Shift+O |
| Split down | Ctrl+Shift+E |
| Focus pane | Ctrl+Alt+Arrow |
| Next tab | Ctrl+Tab |
| Previous tab | Ctrl+Shift+Tab |
| Search | Ctrl+Shift+F |
| Font larger | Ctrl+= |
| Font smaller | Ctrl+- |
| Settings | Ctrl+, |
| Reload config | Ctrl+Shift+R |
See Keybindings for the complete reference.
Your First Split
Press Ctrl+Shift+O to split the current pane to the right. You now have two panes side by side, each running your shell. Navigate between them with Ctrl+Alt+Left and Ctrl+Alt+Right.
Press Ctrl+Shift+E to split down. Resize with Ctrl+Alt+Shift+Arrow. Close a pane with Ctrl+Shift+W — the remaining panes expand to fill the space.
Tabs
Press Ctrl+T for a new tab. Each tab has its own split tree. Switch between tabs with Ctrl+Tab and Ctrl+Shift+Tab, or click the tab bar.
Font Size
Adjust on the fly with Ctrl+= to increase, Ctrl+- to decrease, and Ctrl+0 to reset. The terminal reflows content to fit the new cell size.
Search
Ctrl+Shift+F opens the search bar. Type your query and matches highlight across the viewport and scrollback. Press Enter to jump to the next match, Shift+Enter for previous. Esc to close.
Copy & Paste
Select text by clicking and dragging. Double-click to select a word, triple-click for a line. Copy with Ctrl+Shift+C (or enable copy-on-select in config). Paste with Ctrl+Shift+V.
Ctrl+C copies if there is an active selection, otherwise sends Ctrl+C to the shell. Ctrl+V pastes from clipboard.
Next Steps
- Configuration — Customize ori-term to your preferences
- Keybindings — Full shortcut reference
- Panes & Splits — Advanced pane management
- Theming — Choose or create your color scheme