Skip to content

Commit 2d40444

Browse files
committed
Add mention of new keybindings to help text and changelog
1 parent 580af36 commit 2d40444

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- 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)!)
4+
35
# v0.5.0
46

57
- Switched simd base64 crate for one that works on stable (from `vb64` to `base64_simd`)

src/tui.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,8 @@ gg/G (when on fill-screen):
11051105
Scroll to top/bottom of page
11061106
H, J, K, L (when zoomed in):
11071107
Pan direction around page
1108+
0/$ (when on fill-screen):
1109+
Scroll to left/right side of page
11081110
";
11091111

11101112
pub enum InputAction {

0 commit comments

Comments
 (0)