1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-28 07:55:03 +03:00

docs: fixup typo

This commit is contained in:
Wez Furlong 2020-06-05 08:54:16 -07:00
parent 62cd4665d2
commit 60d579b00f

View File

@ -73,9 +73,9 @@ When the search overlay is active the behavior of wezterm changes:
* The bottom-most match will be selected and the viewport scrolled to show the selected
text.
* `Enter`, `UpArrow` and `CTRL-P` will cause the selection to move to any prior matching text
* `PageUp` will traverse to previous matches 1 page at a time.
* `PageUp` will traverse to previous matches one page at a time.
* `CTRL-N` and `DownArrow` will cause the selection to move to any next matching text
* `PageDown` will traverse to the next matche 1 page at a time.
* `PageDown` will traverse to the next match one page at a time.
* `CTRL-R` will cycle through the pattern matching mode; the initial mode is case-sensitive
text matching, the next will match ignoring case and the last will match using the
[regular expression syntax described here](https://docs.rs/regex/1.3.9/regex/#syntax).