fix(keybindings): correct Ctrl+R from "Retry" to "Search history"
- Updated 5 locations in guide (cheatsheet + ultimate-guide) - Verified against official keybindings: history:search action - Added resource evaluation: Sankalp's Claude Code experience (2/5) - Blog correctly identified guide error Closes evaluation workflow for sankalp-claude-code-experience Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
65ce82758f
commit
0a2e05f290
4 changed files with 179 additions and 6 deletions
|
|
@ -36,7 +36,7 @@
|
|||
| `Shift+Tab` | Cycle permission modes |
|
||||
| `Esc` × 2 | Rewind (undo) |
|
||||
| `Ctrl+C` | Interrupt |
|
||||
| `Ctrl+R` | Retry last operation |
|
||||
| `Ctrl+R` | Search command history |
|
||||
| `Ctrl+L` | Clear screen (keeps context) |
|
||||
| `Tab` | Autocomplete |
|
||||
| `Shift+Enter` | New line |
|
||||
|
|
|
|||
|
|
@ -355,7 +355,7 @@ These 7 commands are the ones I use most frequently:
|
|||
| `!command` | Run shell command directly | `!git status`, `!npm test` |
|
||||
| `@file.ts` | Reference a specific file | `@src/app.tsx`, `@README.md` |
|
||||
| `Ctrl+C` | Cancel current operation | Stop long-running analysis |
|
||||
| `Ctrl+R` | Retry last operation | Retry after fixing error |
|
||||
| `Ctrl+R` | Search command history | Find previous prompts |
|
||||
| `Esc` | Dismiss current suggestion | Skip unwanted changes |
|
||||
|
||||
#### Shell Commands with `!`
|
||||
|
|
@ -15505,7 +15505,7 @@ _Quick jump:_ [Commands Table](#101-commands-table) · [Keyboard Shortcuts](#102
|
|||
| Run shell command | `!command` |
|
||||
| Reference file | `@filename` |
|
||||
| Cancel operation | `Ctrl+C` |
|
||||
| Retry last | `Ctrl+R` |
|
||||
| Search history | `Ctrl+R` |
|
||||
| Dismiss suggestion | `Esc` |
|
||||
|
||||
## 10.2 Keyboard Shortcuts
|
||||
|
|
@ -15518,7 +15518,7 @@ _Quick jump:_ [Commands Table](#101-commands-table) · [Keyboard Shortcuts](#102
|
|||
| `Shift+Enter` | New line in message |
|
||||
| `Ctrl+C` | Cancel current operation |
|
||||
| `Ctrl+D` | Exit Claude Code |
|
||||
| `Ctrl+R` | Retry last operation |
|
||||
| `Ctrl+R` | Search command history |
|
||||
| `Ctrl+L` | Clear screen (keeps context) |
|
||||
| `Ctrl+B` | Run command in background |
|
||||
| `Esc` | Dismiss current suggestion |
|
||||
|
|
@ -16029,7 +16029,7 @@ Get the scripts from:
|
|||
║ QUICK ACTIONS ║
|
||||
║ ───────────── ║
|
||||
║ !command Run shell @file Reference file ║
|
||||
║ Ctrl+R Retry ↑/↓ History ║
|
||||
║ Ctrl+R Search ↑/↓ History ║
|
||||
║ ║
|
||||
║ CONTEXT MANAGEMENT ║
|
||||
║ ────────────────── ║
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue