Wednesday, November 26, 2025

Termius or macOS Terminal keyboard shortcuts

 Termius on Mac uses standard macOS shortcuts along with some specific commands for its unique features like the Command Palette and split view. 

General Actions
Action Shortcut
Command Palette (access tabs/hosts)Command-K
Jump between tabsCommand-J
New connection/tabCommand-T
Open local terminalCommand-L
Open side panel (snippets/history)Command-S
Split window into two panesCommand-D
Close split paneShift-Command-D
Close tabCommand-W
Terminal Navigation & Text Editing (Standard Unix/Mac)
These shortcuts are standard for most command-line interfaces on macOS and work in Termius: 
  • Go to beginning of line: Control-A
  • Go to end of line: Control-E
  • Delete from cursor to beginning of line: Control-U
  • Delete from cursor to end of line: Control-K
  • Navigate by word: Option-Left Arrow or Option-Right Arrow
  • Reverse search command history: Control-R
  • Autocomplete directory/file name: Tab (type characters, then press Tab once or twice)
  • Send break (equivalent to Ctrl-C in shell): Command-. (period) 
Copy/Paste 
  • Copy: Command-C
  • Paste: Command-V
  • Paste selection: Shift-Command-V 

No comments:

Post a Comment

Featured

TechBytes on Linux

This is a growing list of Linux commands which might come handy for the of Linux users. 1. Found out i had to set the date like this: ...

Popular Posts