fix(plan-mode): change shortcut from Shift+P to Ctrl+Alt+P (#746)
Shift+P conflicts with typing capital P. Ctrl+Alt+P is cross-platform safe and doesn't conflict with common shortcuts like: - Ctrl+Shift+P (command palette on Windows/VS Code) - Shift+Alt+P (types π on macOS)
This commit is contained in:
@@ -15,7 +15,7 @@ Read-only exploration mode for safe code analysis.
|
||||
|
||||
- `/plan` - Toggle plan mode
|
||||
- `/todos` - Show current plan progress
|
||||
- `Shift+P` - Toggle plan mode (shortcut)
|
||||
- `Ctrl+Alt+P` - Toggle plan mode (shortcut)
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user