Commit d669b87
committed
docs(help): split reorder rows by direction, fix indent overflow
The combined "Shift+→ / Shift+←" key column overflowed the 14-char
budget and wrapped onto two lines, breaking the table layout. Two
adjustments:
- Split reorder into one row per direction (parallel to the existing
"j / Down" / "k / Up" rows in NAVIGATION) and surface the
Shift+↑ / Shift+↓ alternates that the bindings already accept.
- Compact the indent row to "Shift+→/←" so it fits on one line.
TUI reference doc gets the same direction split for consistency.1 parent 50c1cc7 commit d669b87
2 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
245 | 247 | | |
246 | 248 | | |
247 | 249 | | |
248 | | - | |
249 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
250 | 253 | | |
251 | 254 | | |
252 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments