From 2d404442739fe946cca20a9afa3d3c87f0a76b89 Mon Sep 17 00:00:00 2001 From: itsjunetime Date: Tue, 27 Jan 2026 23:01:56 -0600 Subject: [PATCH] Add mention of new keybindings to help text and changelog --- CHANGELOG.md | 2 ++ src/tui.rs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b63497a..aeb8de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +- Added keybindings (`0`/`$`) to scroll to left or right side of zoomed-in image ([#131](https://github.com/itsjunetime/tdf/pull/131), thank you [@IshDeshpa](https://github.com/IshDeshpa)!) + # v0.5.0 - Switched simd base64 crate for one that works on stable (from `vb64` to `base64_simd`) diff --git a/src/tui.rs b/src/tui.rs index 3c027ac..4134aae 100644 --- a/src/tui.rs +++ b/src/tui.rs @@ -1105,6 +1105,8 @@ gg/G (when on fill-screen): Scroll to top/bottom of page H, J, K, L (when zoomed in): Pan direction around page +0/$ (when on fill-screen): + Scroll to left/right side of page "; pub enum InputAction {