implement gg & G keybinds and better help page (#112)

* implement gg & G keybinds and better help page

* Update changelog
This commit is contained in:
June
2025-11-16 17:54:18 -06:00
committed by GitHub
parent 5a492599da
commit cde86b4f2c
2 changed files with 52 additions and 13 deletions
+2
View File
@@ -3,6 +3,8 @@
- Switched simd base64 crate for one that works on stable (from `vb64` to `base64_simd`)
- Allow boolean arguments to function as flags, without a `true` or `false` argument following the flag itself
- Fix cropping issues when zooming out too much while using kitty protocol
- Added `gg` and `G` keybindings for scrolling to the top and bottom of a page, respectively, when filling the width of the screen with kitty
- Updated help page to only show kitty keybindings when you're actually using kitty
# v0.4.3