From cff3b674acfcf35748d646278681e365bd3a6fac Mon Sep 17 00:00:00 2001 From: rob Date: Fri, 5 Dec 2025 03:35:55 -0400 Subject: [PATCH] docs: Add undo/redo and $EDITOR to UI navigation docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added Alt+U/Alt+R for undo/redo in key bindings table - Added tips about undo/redo (50 states) and $EDITOR button 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 83eb988..4ca7ce1 100644 --- a/README.md +++ b/README.md @@ -298,11 +298,15 @@ vnoremap ec :!explain-code | **Select text** | `Shift` + mouse drag | | **Copy** | Terminal native (with Shift) | | **Paste** | `Ctrl+Shift+V` | +| **Undo** (code editor) | `Alt+U` | +| **Redo** (code editor) | `Alt+R` | **Tips:** - Hold `Shift` while using mouse for terminal-native text selection. - Code/Prompt editors have DOS-style scrollbars with `▲` and `▼` arrow buttons. - In step dialogs, use `Tab` to cycle between File, Editor, and Output fields. +- The code editor supports undo/redo (up to 50 states) with `Alt+U` and `Alt+R`. +- Use the `$EDITOR` button to open code or prompts in your external editor. ## AI-Assisted Code Generation