vibetunnel/docs/keyboard-shortcuts-quick-reference.md
Igor Tarasenko 4f1dd36be5
fix: allow browser keyboard shortcuts to work properly (#298)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Peter Steinberger <steipete@gmail.com>
2025-07-15 05:38:23 +02:00

65 lines
No EOL
1.8 KiB
Markdown

# VibeTunnel Keyboard Shortcuts - Quick Reference
## 🎯 Essential Shortcuts
### Toggle Keyboard Capture
**Double Escape** - Switch between terminal and browser shortcut modes
### Always Available (Never Captured)
| macOS | Windows/Linux | Action |
|-------|---------------|--------|
| ⌘T | Ctrl+T | New tab |
| ⌘W | Ctrl+W | Close tab |
| ⌘N | Ctrl+N | New window |
| ⌘Q | Ctrl+Q | Quit |
| ⌘1-9,0 | Ctrl+1-9,0 | Switch tabs |
| ⌘C | Ctrl+C | Copy |
| ⌘V | Ctrl+V | Paste |
### VibeTunnel Navigation
| macOS | Windows/Linux | Action |
|-------|---------------|--------|
| ⌘K | Ctrl+K | New session |
| ⌘O | Ctrl+O | Browse files |
| ⌘B | Ctrl+B | Toggle sidebar |
| Escape | Escape | Back to list |
## 🖥️ Terminal Shortcuts (Capture Active ✅)
### Line Editing
| macOS | Windows/Linux | Action |
|-------|---------------|--------|
| ⌘A | Ctrl+A | Start of line |
| ⌘E | Ctrl+E | End of line |
| ⌘W | Ctrl+W | Delete word |
| ⌘K | Ctrl+K | Delete to end |
| ⌘U | Ctrl+U | Delete to start |
### Navigation
| macOS | Windows/Linux | Action |
|-------|---------------|--------|
| ⌥← | Alt+Left | Word left |
| ⌥→ | Alt+Right | Word right |
| ⌘P | Ctrl+P | Previous cmd |
| ⌘N | Ctrl+N | Next cmd |
### Control
| macOS | Windows/Linux | Action |
|-------|---------------|--------|
| ⌘L | Ctrl+L | Clear screen |
| ⌘R | Ctrl+R | Search history |
| ⌘D | Ctrl+D | EOF/Exit |
| ⌘C | Ctrl+C | Interrupt |
## 🌐 Browser Shortcuts (Capture Disabled ❌)
| macOS | Windows/Linux | Action |
|-------|---------------|--------|
| ⌘F | Ctrl+F | Find in page |
| ⌘L | Ctrl+L | Address bar |
| ⌘D | Ctrl+D | Bookmark |
| ⌘P | Ctrl+P | Print |
| ⌘R | Ctrl+R | Reload |
---
💡 **Tip**: Look for the keyboard icon in the session header to see current capture state