This commit is contained in:
Maxime Coste 2023-01-27 10:59:05 +11:00
commit f4730eaa29
2 changed files with 2 additions and 2 deletions

View File

@ -604,7 +604,7 @@ One way to get a multiselection is via the `s` key.
For example, to change all occurrences of word 'roger' to word 'marcel'
in a paragraph, here is what can be done:
* select the paragraph with enough `X`
* select the paragraph with `x` then enough `J`
* press `s` and enter roger, then enter
* now paragraph selection was replaced with multiselection of each roger in
the paragraph

View File

@ -26,7 +26,7 @@ to or *removed* from the current one instead of replacing it (the exact
outcome depends on the type, see below).
[[unset-option]]
Options values can be unset in a specific scope with the `unset-option`
Option values can be unset in a specific scope with the `unset-option`
command:
---------------------------