diff options
| author | blasty <blasty@local> | 2026-07-25 12:23:18 +0200 |
|---|---|---|
| committer | blasty <blasty@local> | 2026-07-25 12:23:18 +0200 |
| commit | 1f04ec9967c4fb4703657458531cbbe958e66b37 (patch) | |
| tree | 3bcfcb51122d1109fe620b7b9eea87a1f3a194e6 /docs/PROJECTS.md | |
| parent | retype: 'y' now retypes globals too, not just prototypes and locals (diff) | |
| download | ida-tui-1f04ec9967c4fb4703657458531cbbe958e66b37.tar.gz ida-tui-1f04ec9967c4fb4703657458531cbbe958e66b37.tar.xz ida-tui-1f04ec9967c4fb4703657458531cbbe958e66b37.zip | |
decomp: Home/End move along the line instead of scrolling to top/bottom
The pseudocode view still had the old mapping (home -> goto_top, end ->
goto_bottom), so <End> jumped you to the bottom of the function instead of the
end of the line. Bring it in line with the listing view:
home start of line ctrl+home top of the function
shift+home first non-blank ctrl+end/G bottom of the function
end end of line
shift+home skips the C indentation — the pseudocode analogue of the listing's
skip-the-address-gutter.
Verified live and locked in view_toggle (5 checks): <end> stays on the line with
the scroll unchanged, <home> hits column 0, <shift+home> lands on the indent
width, and ctrl+home/ctrl+end still reach top/bottom. Full suite 179/2-flake.
Diffstat (limited to 'docs/PROJECTS.md')
0 files changed, 0 insertions, 0 deletions
