docs: Document marks and mouse support in README

Add documentation for vim-style marks (m[a-z] to set, '[a-z] to jump)
and mouse support (link clicks, scroll wheel) to match the features
implemented in the previous commit.
This commit is contained in:
m1ngsama 2025-12-17 14:21:26 +08:00
parent 815c479a90
commit 8ba659c8d2

View file

@ -88,6 +88,24 @@ KEYBINDINGS
**N**
Jump to previous search match.
### Marks
**m***[a-z]*
Set mark at current position (e.g., **ma**, **mb**).
**'***[a-z]*
Jump to mark (e.g., **'a**, **'b**).
### Mouse
**Left Click**
Click on links to follow them directly.
**Scroll Wheel Up/Down**
Scroll page up or down.
Works with most modern terminal emulators that support mouse events.
### Commands
Press **:** to enter command mode. Available commands: