Skip to content

Terminal Operations

The terminal is the core feature of Chaterm -- a full SSH terminal experience with splits, search, and keyboard-driven workflows.

Terminal Connection

After you connect to a host, a terminal window opens automatically. The terminal supports:

  • Full-featured SSH terminal with all standard commands and operations.
  • Multi-tab management to run several sessions at once and switch between them.
  • Tab renaming for quick identification (right-click a tab to rename).
  • Tab cloning to duplicate a session on the same host.

Terminal Splitting

Split the terminal to view multiple sessions side by side or stacked. Each split pane is an independent terminal session that can connect to a different host or run different commands.

How to Split

  1. Open the tab menu bar or right-click inside the terminal.
  2. Choose Split Right or Split Down.
  3. A new terminal pane appears in the chosen direction.
  4. Each pane operates independently -- type commands, resize, or close them individually.

Split Shortcuts

FunctionmacOSWindows/Linux
Split RightVia tab menuVia tab menu
Split DownVia tab menuVia tab menu
Clone SessionVia tab menuVia tab menu

Tip: Use a side-by-side split to watch logs on the left while running commands on the right. Use a stacked split to monitor system metrics on top while operating below.

Search through terminal output to find commands, error messages, or any text.

Steps

  1. Press Cmd + F (macOS) or Ctrl + F (Windows/Linux) to open the search bar.
  2. Type your search query.
  3. Matching text is highlighted in the terminal output.
  4. Click Previous / Next (or use arrow buttons) to jump between matches.
  5. Press Esc to close the search bar.

Search Shortcuts

FunctionmacOSWindows/Linux
Open SearchCmd + FCtrl + F
Close SearchEscEsc

Right-Click Menu Operations

Right-click anywhere in the terminal to open the context menu.

Clipboard

FunctionmacOSWindows/LinuxDescription
CopyCmd + CCtrl + CCopy the selected text
PasteCmd + VCtrl + VPaste clipboard content

Display

FunctionmacOSWindows/LinuxDescription
SearchCmd + FCtrl + FOpen the search bar
ClearVia right-clickVia right-clickClear visible terminal output
Font SizeVia right-clickVia right-clickScale the terminal font up or down

Connection

FunctionDescription
DisconnectDisconnect the current SSH connection
New TerminalOpen a new terminal session
Close TerminalClose the current terminal session

Splits

FunctionDescription
Split RightCreate a horizontal split pane
Split DownCreate a vertical split pane

All Keyboard Shortcuts

FunctionmacOSWindows/Linux
CopyCmd + CCtrl + C
PasteCmd + VCtrl + V
SearchCmd + FCtrl + F
AI Command DialogCmd + KCtrl + K
AI SidebarCmd + LCtrl + L

For the full shortcut list, see Shortcuts Settings.