-
-
Notifications
You must be signed in to change notification settings - Fork 2
Keyboard Shortcuts
Renz edited this page Sep 8, 2025
·
2 revisions
This guide lists all available keyboard shortcuts for the Acode AI CLI Assistant Plugin to help you work more efficiently.
| Shortcut | Action | Description |
|---|---|---|
Ctrl/Cmd + Shift + P |
Open Renz Ai | Opens the main AI chat interface |
| Shortcut | Action | Description |
|---|---|---|
Ctrl/Cmd + E |
Explain Code | Explains selected code or entire file if nothing selected |
Ctrl/Cmd + Shift + R |
Rewrite Code | Rewrites selected code with AI assistance |
Ctrl/Cmd + Shift + O |
Optimize Function | Optimizes selected function for better performance |
Ctrl/Cmd + Shift + C |
Add Comments | Adds comments to selected code for better documentation |
Ctrl/Cmd + Shift + D |
Generate Docs | Generates documentation for selected code or entire file |
Ctrl/Cmd + Shift + G |
Generate Code | Generates new code based on your description |
| Shortcut | Action | Description |
|---|---|---|
Ctrl/Cmd + Shift + E |
Edit File with AI | Opens AI edit interface for current file |
Ctrl/Cmd + Shift + B |
Bulk Operations | Opens bulk file operations menu |
Ctrl/Cmd + Shift + P |
Command Palette | Opens AI command palette for various features |
| Shortcut | Action | Description |
|---|---|---|
Ctrl/Cmd + Enter |
Send Message | Sends your message to the AI (same as clicking Send button) |
Shift + Enter |
New Line | Creates a new line in the input box without sending |
| Shortcut | Action | Description |
|---|---|---|
Escape |
Close Assistant | Closes the AI assistant interface |
Up Arrow |
Previous Message | Accesses your previous message in the input box |
Down Arrow |
Next Message | Accesses your next message in the input box |
| Shortcut | Action | Description |
|---|---|---|
Ctrl/Cmd + A |
Select All | Selects all files in the current directory |
Ctrl/Cmd + Click |
Toggle Selection | Toggles selection of individual files |
Shift + Click |
Range Selection | Selects a range of files between two clicks |
| Shortcut | Action | Description |
|---|---|---|
Ctrl/Cmd + Shift + T |
Toggle Theme | Switches between light and dark themes (if supported) |
| Shortcut | Action | Description |
|---|---|---|
Ctrl/Cmd + Alt + T |
AI Terminal | Opens AI-assisted terminal command interface |
| Shortcut | Action | Description |
|---|---|---|
Ctrl/Cmd + Shift + L |
Toggle Real-Time | Enables/disables real-time code analysis |
| Shortcut | Action | Description |
|---|---|---|
Ctrl/Cmd + Shift + H |
Chat History | Opens conversation history browser |
The plugin allows you to customize keyboard shortcuts:
- Open Acode Settings
- Navigate to Plugins β AI CLI Assistant
- Access the shortcuts configuration panel
- Modify key bindings as needed
- Default shortcuts are optimized for common usage patterns
- Custom shortcuts can be set to match your workflow preferences
- Conflicts with existing Acode shortcuts are automatically detected
- Ensure the plugin is properly enabled
- Check that shortcuts don't conflict with system or Acode shortcuts
- Restart Acode to refresh shortcut bindings
- Acode or system may override plugin shortcuts
- Modify conflicting shortcuts in plugin settings
- Use alternative key combinations
- Some keyboards may not support certain key combinations
- Touch devices may have different shortcut behaviors
- Tablet vs phone layouts may affect shortcut availability
To verify shortcuts are working:
- Try
Ctrl/Cmd + Shift + Ato open AI assistant - Select some code and try
Ctrl/Cmd + Eto explain it - Check that chat interface responds to
Ctrl/Cmd + Enter
- Start with the most essential shortcuts (
Ctrl/Cmd + Shift + A,Ctrl/Cmd + E) - Gradually incorporate more advanced shortcuts into your workflow
- Practice using shortcuts regularly to build muscle memory
- Combine shortcuts with selection for targeted AI assistance
- Use
Ctrl/Cmd + Shift + Pfor access to all plugin features - Customize shortcuts to match your existing workflow
- All AI-related shortcuts use
Shiftmodifier - Code action shortcuts use
Ctrl/Cmd + Shift + [letter] - File management shortcuts use
Ctrl/Cmd + Shift + [letter]
If you encounter issues with keyboard shortcuts:
- Check the Common Issues documentation
- Visit our GitHub Issues page
- Join our Discussions community for support
- Home
- Getting Started
- Usage Guides
- Advanced Features
- Developer Docs
- Troubleshooting