Skip to content

Commit 4256014

Browse files
committed
improve docs
1 parent 009bf19 commit 4256014

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
commit 009bf19e0a0a0500da32bd3601461da880aba261
2+
Author: Alexeev Bronislav <[email protected]>
3+
Date: Wed Jul 2 15:18:59 2025 +0700
4+
5+
refactor: fix code style
6+
17
commit 4c2f63546472077cec8057dc1dc7147b7bd3d3df
28
Author: Alexeev Bronislav <[email protected]>
39
Date: Wed Jul 2 15:02:37 2025 +0700

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ RTFM - blazingly fast util for exploring man pages and tldr cheatsheets.
4646

4747
We are support [tldr](https://github.com/tldr-pages/tldr). You should install `man` and `tldr`.
4848

49-
![img.png](https://raw.githubusercontent.com/alexeev-prog/rtfm/refs/heads/main/img.png)
49+
![img.png](https://raw.githubusercontent.com/alexeev-prog/rtfm/refs/heads/main/docs/img.png)
50+
51+
![img_1.png](https://raw.githubusercontent.com/alexeev-prog/rtfm/refs/heads/main/docs/img_1.png)
5052

5153
## Building
5254

docs/img.png

104 KB
Loading

docs/img_1.png

83 KB
Loading

img.png

-101 KB
Binary file not shown.

src/tui.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,6 @@ fn handle_man_page_keys(app: &mut AppState, key: KeyEvent) {
368368

369369
fn handle_search_keys(app: &mut AppState, key: KeyEvent) {
370370
match key.code {
371-
KeyCode::Char('j') => next_search_match(app),
372-
KeyCode::Char('k') => prev_search_match(app),
373371
KeyCode::Enter => {
374372
update_search_matches(app);
375373
app.focus = Focus::ManPage;

0 commit comments

Comments
 (0)