Commit 050c155
docs: Add undo feature explanation to editing guide
**Added:**
- New "Undo Pending Edits" section explaining the `u` key functionality
- How undo works (LIFO, multiple undo, preserves position)
- Example workflow showing sequential undo of 3 edits
- Use case: fix mistakes without discarding all pending changes
**Removed:**
- Delete transaction keybinding (`d`) from single transaction table
- This was already a hidden binding and has been removed
**Updated:**
- Added note that edits are queued (not immediate) after single edits intro
- Updated "Review Before Commit" to mention using `u` to remove edits
- Updated Summary table:
- Added `++h++` to detail view row (was missing)
- Added `u` for Undo most recent pending edit
- Added escape action in review screen
**Why:**
- Undo is a key part of the editing workflow
- Users need to understand they can fix mistakes without starting over
- Complements the Review & Commit workflow
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 0befbad commit 050c155
1 file changed
+28
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
129 | 151 | | |
130 | 152 | | |
131 | 153 | | |
132 | 154 | | |
133 | 155 | | |
134 | 156 | | |
135 | 157 | | |
136 | | - | |
| 158 | + | |
137 | 159 | | |
138 | 160 | | |
139 | 161 | | |
140 | | - | |
| 162 | + | |
141 | 163 | | |
142 | 164 | | |
143 | 165 | | |
| |||
168 | 190 | | |
169 | 191 | | |
170 | 192 | | |
171 | | - | |
| 193 | + | |
172 | 194 | | |
173 | 195 | | |
| 196 | + | |
174 | 197 | | |
175 | 198 | | |
| 199 | + | |
176 | 200 | | |
177 | 201 | | |
0 commit comments