Skip to content

Terminal Management

Manage multiple terminal sessions, organize your workspace with tabs and splits, and keep your workflow efficient.

Tab Menu Bar Actions

Right-click a tab or use the tab menu bar to access the following actions:

ActionWhat It DoesWhen to Use It
CloseCloses the current terminal sessionWhen you are done with a task and no longer need the session
Close OthersCloses every session except the one currently focusedWhen your workspace is cluttered and you want to keep one session
Close AllCloses all open terminal sessionsWhen you are switching contexts or ending your work
CloneDuplicates the current session into a new tabWhen you need a second session on the same host
Split RightCreates a horizontal split pane to the rightWhen you want side-by-side terminals (e.g., logs + commands)
Split DownCreates a vertical split pane belowWhen you want stacked terminals (e.g., monitoring + operations)

Right-Click Menu Functions

Right-click anywhere inside the terminal to access a context menu with the following options:

Basic Operations

FunctionDescription
CopyCopy the selected text to the clipboard
PastePaste clipboard content into the terminal
SearchOpen the search bar to find text in the terminal output
ClearClear all visible output in the current terminal
File ManagerOpen a file manager rooted at the terminal's working directory
Font SizeScale the terminal font size up or down

Connection Management

FunctionDescription
DisconnectDisconnect the current terminal's SSH connection
New TerminalOpen a brand-new terminal session
Close TerminalClose the current terminal session

Split Operations

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

Tips for Managing Terminals

  1. Use splits for related tasks -- keep logs on one side and commands on the other. See Terminal Operations for details on splitting.
  2. Rename tabs -- right-click a tab and rename it so you can quickly identify sessions.
  3. Close what you do not need -- unused sessions consume resources. Use Close Others or Close All to tidy up.
  4. Use AI to help -- let Chat to AI generate commands so you can focus on results instead of syntax.

Important Notice

  • Terminal operations require appropriate permissions on the remote host.
  • Always review commands before executing them, especially on production servers.
  • Verify risky operations in a test environment first.