You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tui): add navigation to first and last slides with safety checks
- Add `Top` and `Bottom` key bindings for navigation to first/last slides
- Map home/shift+up/0 keys to jump to first slide
- Map end/shift+down/$ keys to jump to last slide
- Add null pointer safety checks in transition view logic
- Handle edge cases for backwards transitions at last slide
0 commit comments