Changelog
- e39a539 feat: add configurable scrolloff setting used across all views
- 4a60d9a feat: add cursor to diff view, Tab switches sides, fix fold toggle
- dba1fec feat: add search and folding to diff view
- 34875e9 feat: add vim motions, visual selection, and cursor side switching to diff view
- 0ad5cfd feat: add word wrap toggle (>) to YAML, Describe, Diff, and Log views
- 16be0b3 fix: diff fold placeholder shown in both panes with cursor and highlight
- 503df7e fix: diff search scoped to active pane and cursor jumps to match column
- ea9369e fix: diff view cursor rendering and fold collapse cursor positioning
- 85346cc fix: diff view cursor stays within visible area in both modes
- a1163f0 fix: diff view visible lines calculation matches renderer per mode
- 3bf418b fix: lower diff fold threshold to 4 unchanged lines with 1 context
- 4f9f605 fix: scrolloff at end of list and YAML long line border overflow
- 662ea8e fix: skip empty lines when copying from diff view active side
- b77a6f9 fix: unified diff view cursor stays within visible area