mirror of
https://github.com/m1ngsama/TUT.git
synced 2025-12-24 10:51:46 +00:00
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:
parent
815c479a90
commit
8ba659c8d2
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
|
@ -88,6 +88,24 @@ KEYBINDINGS
|
||||||
**N**
|
**N**
|
||||||
Jump to previous search match.
|
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
|
### Commands
|
||||||
|
|
||||||
Press **:** to enter command mode. Available commands:
|
Press **:** to enter command mode. Available commands:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue