diff options
| author | blasty <blasty@local> | 2026-07-24 15:17:34 +0200 |
|---|---|---|
| committer | blasty <blasty@local> | 2026-07-24 15:17:34 +0200 |
| commit | 4b2895229f298c30861d8f42e0f94e922be8b48c (patch) | |
| tree | 35880361175226f79c57fefbd76f92be6dfa668e /server | |
| parent | docs: sweep for the worker-only reality (drop mcp supervisor/spawn.sh/--db) (diff) | |
| download | ida-tui-4b2895229f298c30861d8f42e0f94e922be8b48c.tar.gz ida-tui-4b2895229f298c30861d8f42e0f94e922be8b48c.tar.xz ida-tui-4b2895229f298c30861d8f42e0f94e922be8b48c.zip | |
listing: <end> jumps the cursor to end-of-line, not goto-bottom
In the unified ListingView, `end` was bound (with `G`) to goto_bottom, so it
triggered a vertical scroll. Rebind `end` -> col_end (same as `$`) so it moves the
column cursor to the end of the current line; `G` still does goto_bottom, and
`home`/`0` are unchanged.
Verified live over RPC: with the cursor forced to col 0, <end> moves col 0->47 on
the SAME line with scroll_y unchanged (no vertical jump); `G` still lands at the
last line.
Diffstat (limited to 'server')
0 files changed, 0 insertions, 0 deletions
