Orch term
Search features…Ctrl K

Core features · Terminal

Terminal

The foundation of Orch term. It renders real shell sessions fast and handles Korean/English input, emoji, and newlines smoothly.

Open a new terminal

Open one with the new-tab button or the actions in the top-right of a pane. A new terminal starts at the active project root (per the Explorer). Pressing + opens a picker dropdown that auto-detects installed shells.

New terminal — pick a shell
New terminal
The list of installed shells — pick one to open, and you can set it as the default.

The chosen shell opens as a new tab in the active pane. Even the first key you press right after startup is never lost.

Terminal pane — Git Bash session (MINGW64, active project root)
Top-right pane actions: split down · split right · maximize · close.

Copy · paste

Ctrl+C copies when there's a selection, otherwise it acts as an interrupt, and Ctrl+V pastes — working regardless of the Korean/English input state. Windows clipboard history (Win+V) is supported too, and pasting an image attaches it as a file so claude and others read it directly.

Newlines (without submitting)

When entering multiple lines into an AI CLI (Claude Code, etc.), use Shift+Enter or Ctrl+Enter to send a newline instead of submitting. Characters and their order are preserved even mid-composition in Korean input.

Scrollback · jump to bottom

The number of history lines the terminal keeps (scrollback) defaults to 1,000 lines; adjust it to 100–50,000 lines under Settings → Terminal → Scrollback, applied instantly. When you scroll up, a jump to bottom button appears in the bottom-right to jump to the latest output.

Shell exit · auto-close

When the shell ends (exit), the tab closes automatically. If it's a single pane with a single tab, it's replaced with a new terminal instead of an empty screen. Closing a tab cleans up the entire process tree beneath it, leaving no zombie processes.

Keyboard shortcuts

KeyAction
Ctrl+CCopy if selected, otherwise interrupt
Ctrl+VPaste (including Win+V)
Shift+EnterNewline (no submit)
Ctrl+EnterNewline (no submit)