aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-13 18:41:57 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-13 18:41:57 -0400
commitd89fc360bc24bf98f6c16d3e29e32d9c93e83972 (patch)
tree42196095d3229838f3188d29962f63b4550a80ac
parent4860332233bb7ca7b635a0c9922546af559aa647 (diff)
Note that `Esc` clears word highlighting.
-rw-r--r--doc/manual.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual.md b/doc/manual.md
index 7b464606..4f6feed5 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -769,7 +769,8 @@ point on the current line.
### Word Highlight
All occurrences of the selected word, such as a variable name, are automatically
-highlighted. This also works with Find results in the current buffer.
+highlighted. This also works with Find results in the current buffer. Pressing
+`Esc` clears highlighting.
![Word Highlight](images/wordhighlight.png)