Keyboard Shortcuts
Quick reference for all keyboard shortcuts in TeamIDE
| Symbol |
Mac |
Windows/Linux |
| Cmd |
Command (⌘) |
Ctrl |
| Opt |
Option (⌥) |
Alt |
Global Shortcuts
| Shortcut |
Action |
| Cmd/Ctrl+S |
Save current file |
| Cmd/Ctrl+F |
Open search/find |
| Cmd/Ctrl+Shift+T |
New terminal |
Code Editor
Basic Editing
| Shortcut |
Action |
| Cmd/Ctrl+Z |
Undo |
| Cmd/Ctrl+Shift+Z |
Redo |
| Cmd/Ctrl+X |
Cut line/selection |
| Cmd/Ctrl+C |
Copy line/selection |
| Cmd/Ctrl+V |
Paste |
| Cmd/Ctrl+A |
Select all |
| Tab |
Indent |
| Shift+Tab |
Outdent |
Navigation
| Shortcut |
Action |
| Cmd/Ctrl+G |
Go to line |
| Cmd/Ctrl+D |
Select next occurrence |
| Cmd/Ctrl+/ |
Toggle line comment |
Find & Replace
| Shortcut |
Action |
| Cmd/Ctrl+F |
Find in file |
| Cmd/Ctrl+H |
Find and replace |
| Enter |
Next match |
| Shift+Enter |
Previous match |
| Escape |
Close find panel |
Markdown Editor
| Shortcut |
Action |
| Cmd/Ctrl+B |
Bold text |
| Cmd/Ctrl+I |
Italic text |
| Cmd/Ctrl+` |
Inline code |
| Cmd/Ctrl+K |
Create link |
Search
| Shortcut |
Action |
| Cmd/Ctrl+F |
Find in document |
| Enter |
Next match |
| Shift+Enter |
Previous match |
| Escape |
Close search |
Terminal
| Shortcut |
Action |
| Cmd/Ctrl+Shift+T |
New terminal |
| Cmd/Ctrl+F |
Search terminal output |
| Enter |
Next search match |
| Shift+Enter |
Previous search match |
| Escape |
Close search |
tmux Shortcuts
Terminals run in tmux sessions. Common tmux shortcuts:
| Shortcut |
Action |
| Ctrl+B, [ |
Enter copy mode (scroll history) |
| Ctrl+B, ? |
Search backwards in copy mode |
| Ctrl+B, / |
Search forwards in copy mode |
| q |
Exit copy mode |
Tabs
| Shortcut |
Action |
| Middle-click |
Close tab |
Image Viewer
| Shortcut |
Action |
| Cmd/Ctrl+Scroll |
Zoom in/out |
Tips
- Mac users: Replace Ctrl with Cmd (⌘) for
all shortcuts
- Search panels: Press Escape to close any
search panel
- Terminal history: Use tmux copy mode
(Ctrl+B, [) to search full scrollback
Changelog
| Date |
Change |
| 2026-02-02 |
Initial documentation |