1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

docs: a couple of tweaks

This commit is contained in:
Wez Furlong 2020-06-05 08:19:23 -07:00
parent 0399ecb340
commit 47ca722456
3 changed files with 9 additions and 1 deletions

View File

@ -642,6 +642,8 @@ triggered.
## Search
*since: latest nightly*
This action will trigger the search overlay for the current tab.
It accepts a typed pattern string as its parameter, allowing for
`Regex`, `CaseSensitiveString` and `CaseInSensitiveString` as
@ -667,6 +669,8 @@ return {
## ActivateCopyMode
*since: latest nightly*
Activates copy mode!
[Learn more about copy mode](../copymode.html)

View File

@ -1,5 +1,7 @@
## Copy Mode
*since: latest nightly*
Copy mode allows you to make selections using the keyboard; no need to reach
for your mouse or trackpad.
@ -54,7 +56,7 @@ reassignable.
| Move to top of viewport | `H` |
| Move to middle of viewport | `M` |
| Move to bottom of viewport | `L` |
| Move up one screen | `PageUp |
| Move up one screen | `PageUp` |
| | `CTRL-b` |
| Move down one screen | `PageDown` |
| | `CTRL-f` |

View File

@ -84,6 +84,8 @@ When the search overlay is active the behavior of wezterm changes:
### Configuring Saved Searches
*since: latest nightly*
If you find that you're often searching for the same things then you may wish to assign
a keybinding to trigger that search.