Skip to main content

Keyboard Shortcuts

The easiest way to understand NyaTerm shortcuts is to split them into two groups:

  1. App-level shortcuts — toggle panels, create sessions, copy terminal content, and so on
  2. Shell-level keys — keys that are sent to the remote or local shell, such as Ctrl+C

If you want to copy text from the terminal, use NyaTerm's app-level shortcuts rather than assuming shell shortcuts become copy actions.

Conventions

  • Ctrl / Cmd means Ctrl on Windows/Linux and Cmd on macOS
  • Ctrl+Tab and Ctrl+Shift+Tab are kept as-is because that matches the current implementation

Terminal operations

ShortcutAction
Ctrl / Cmd + Shift + CCopy
Ctrl / Cmd + Shift + VPaste
Ctrl / Cmd + Shift + XPaste selected text
Ctrl / Cmd + Shift + FFind
Ctrl / Cmd + Shift + KClear screen
Ctrl / Cmd + Shift + ASelect all

Tabs and workspace

ShortcutAction
Ctrl / Cmd + Shift + NNew session
Ctrl / Cmd + ` New local terminal
Ctrl / Cmd + Shift + WClose current tab
Ctrl + TabNext tab
Ctrl + Shift + TabPrevious tab
Ctrl / Cmd + 1-8Jump to a specific tab
Ctrl / Cmd + 9Jump to the last tab

View and panels

ShortcutAction
Ctrl / Cmd + Shift + EToggle left activity bar / panel
Ctrl / Cmd + Shift + BToggle right activity bar / panel
Ctrl / Cmd + =Zoom in
Ctrl / Cmd + -Zoom out
Ctrl / Cmd + 0Reset zoom

Special actions

ShortcutAction
Ctrl / Cmd + Shift + LLock screen
Ctrl / Cmd + ,Open settings

Usage tips

  • If you often copy logs from the terminal, memorize Ctrl / Cmd + Shift + C
  • If you frequently switch between remote and local sessions, Ctrl / Cmd + Shift + N and the new-local-terminal shortcut will be your fastest entry points
  • If you rely on screen lock, remember Ctrl / Cmd + Shift + L
tip

Use the current app settings and UI as the source of truth for shortcuts. If a future version adds configurable shortcuts, prefer the in-app interaction settings over this page.