Skip to content

Commit 36b4229

Browse files
authored
Fix small typo in README.md (#69)
Replace "ctrl_d" with "ctrl-d"
1 parent ccaef38 commit 36b4229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ rich "Hello [b]World[/b]!" --rule --rule-style "red" --rule-char "="
147147

148148
Add `--pager` to display the content with a built in pager application.
149149

150-
Scroll the pager with cursor keys, page up/down, home, end. Alternatively use the scrollbar which will be visible to the right of the terminal. Or use the vi navigation (j, k, ctrl_d, ctrl-u).
150+
Scroll the pager with cursor keys, page up/down, home, end. Alternatively use the scrollbar which will be visible to the right of the terminal. Or use the vi navigation (j, k, ctrl-d, ctrl-u).
151151

152152
```
153153
rich __main__.py -n -g --theme monokai --pager

0 commit comments

Comments
 (0)