From 5df614330d2d13bed0ca2acee8e7011dfe1fc74c Mon Sep 17 00:00:00 2001 From: Eve Date: Mon, 23 Jan 2023 09:09:36 -0500 Subject: [PATCH 1/2] Remove mention of in README --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 2f0ebcd0..561be22a 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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 From 7831ab8f9dd3e8d23c96d5e32533eed16051400a Mon Sep 17 00:00:00 2001 From: Eve Date: Mon, 23 Jan 2023 09:11:30 -0500 Subject: [PATCH 2/2] Fix typo in options.asciidoc --- doc/pages/options.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/options.asciidoc b/doc/pages/options.asciidoc index b275d9c6..49627108 100644 --- a/doc/pages/options.asciidoc +++ b/doc/pages/options.asciidoc @@ -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: ---------------------------