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 tabCtrl+T
Close tabCtrl+W
Close paneCtrl+Shift+W
Split rightCtrl+Shift+O
Split downCtrl+Shift+E
Focus paneCtrl+Alt+Arrow
Next tabCtrl+Tab
Previous tabCtrl+Shift+Tab
SearchCtrl+Shift+F
Font largerCtrl+=
Font smallerCtrl+-
SettingsCtrl+,
Reload configCtrl+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.

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