summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorblasty <peter@haxx.in>2026-07-24 15:17:34 +0200
committerblasty <peter@haxx.in>2026-07-24 15:17:34 +0200
commitc0a5d9a4560903d8abc8e962ba1ad802390e6b90 (patch)
tree8cc487f7b87e30111224bf39553529c867c3a6fd /server
parentdocs: sweep for the worker-only reality (drop mcp supervisor/spawn.sh/--db) (diff)
downloadida-tui-c0a5d9a4560903d8abc8e962ba1ad802390e6b90.tar.gz
ida-tui-c0a5d9a4560903d8abc8e962ba1ad802390e6b90.tar.xz
ida-tui-c0a5d9a4560903d8abc8e962ba1ad802390e6b90.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