Quickstart Guide
This guide will get you from installation to productive use of Termy in just a few minutes.Haven’t installed Termy yet? Check out the Installation Guide first.
Getting Started
Launch Termy
Open Termy for the first time:
- macOS: Open from Applications or use Spotlight (
Cmd+Space, type “Termy”) - Windows: Launch from Start menu
- Linux: Run
termyfrom your terminal or application launcher
Learn the Command Palette
The command palette is your gateway to all Termy features.Open the command palette:
- macOS:
Cmd+P - Windows/Linux:
Ctrl+P
new tab- Create a new terminal tabsettings- Open the settingstheme- Switch themesupdates- Check for updates
Master Essential Shortcuts
Learn these core shortcuts to navigate Termy efficiently:
Tab Management
secondary means Cmd on macOS and Ctrl on Windows/Linux| Action | macOS | Windows/Linux |
|---|---|---|
| New tab | Cmd+T | Ctrl+T |
| Close tab | Cmd+W | Ctrl+W |
| Command palette | Cmd+P | Ctrl+P |
| Search | Cmd+F | Ctrl+F |
Copy & Paste
| Action | macOS | Windows/Linux |
|---|---|---|
| Copy | Cmd+C | Ctrl+Shift+C |
| Paste | Cmd+V | Ctrl+Shift+V |
Zoom
| Action | Shortcut |
|---|---|
| Zoom in | Cmd/Ctrl + |
| Zoom out | Cmd/Ctrl - |
| Reset zoom | Cmd/Ctrl 0 |
Full Keybindings
See all available keyboard shortcuts
Configure Basic Settings
Create or edit your config file at Save and restart Termy to apply your changes (use
~/.config/termy/config.txt:Open your config file:- Use the command palette (
Cmd/Ctrl+P) and type “Open config” - Or manually edit
~/.config/termy/config.txt
Cmd/Ctrl+Q to quit).Explore Advanced Features
Now that you have the basics, explore more features:
Search
PressCmd/Ctrl+F to search within your terminal:- Use regex patterns for advanced searching
- Toggle case-sensitivity
- Navigate results with
Cmd/Ctrl+G(next) andCmd/Ctrl+Shift+G(previous)
Tab Titles
Termy automatically sets smart tab titles based on:- Your current directory
- Running commands
- Manual renames (use command palette → “Rename tab”)
Theme Switching
Open the command palette and type “Switch theme” to preview available themes in real-time.You can also import custom themes - see the Custom Themes Guide for details.CLI Installation
Install thetermy CLI command to open files and directories from other terminals:- Open the command palette (
Cmd/Ctrl+P) - Type “Install CLI” and press Enter
- The CLI will be installed to your PATH
Common Tasks
Opening Multiple Tabs
Work with multiple terminal sessions using tabs:- Press
Cmd/Ctrl+Tto create a new tab - Each tab gets its own shell instance
- Close tabs with
Cmd/Ctrl+W
Customizing Keybindings
Override default keybindings in~/.config/termy/config.txt:
Keybindings Reference
Complete list of actions and customization options
Adjusting Font and Appearance
Customize the look in your config file:Checking for Updates
Termy includes built-in update checking:- Open command palette (
Cmd/Ctrl+P) - Type “Check for updates”
- Follow prompts to install if an update is available
Tips for Power Users
Shell Integration
Enable
tab_title_shell_integration = true to export TERMY_* environment variables for custom shell prompts.Custom Tab Titles
Use OSC sequences to set custom tab titles from scripts:
echo -e "\033]0;My Tab\007"Scrollback Control
Set
inactive_tab_scrollback to limit memory usage for inactive tabs.Window Size
Set
window_width and window_height in your config for consistent startup size.Troubleshooting
Termy won’t launch
- macOS: Run
sudo xattr -d com.apple.quarantine /Applications/Termy.app - Windows: Click “More info” → “Run anyway” on SmartScreen warning
- Linux: Ensure you have OpenGL support and updated GPU drivers
Config changes not applying
Most config changes require restarting Termy:- Save your config file
- Press
Cmd/Ctrl+Qto quit Termy - Relaunch Termy
Fonts not working
Make sure the font is installed on your system:Command not found
Iftermy command isn’t found after CLI installation:
Next Steps
You’re now ready to use Termy productively! Explore these guides to learn more:Configuration
Complete reference for all configuration options
Keybindings
Full list of shortcuts and customization
Customization Guide
Themes, colors, and advanced customization
FAQ
Frequently asked questions