diff options
author | 2020-07-13 18:41:57 -0400 | |
---|---|---|
committer | 2020-07-13 18:41:57 -0400 | |
commit | d89fc360bc24bf98f6c16d3e29e32d9c93e83972 (patch) | |
tree | 42196095d3229838f3188d29962f63b4550a80ac /doc/manual.md | |
parent | 4860332233bb7ca7b635a0c9922546af559aa647 (diff) | |
download | textadept-d89fc360bc24bf98f6c16d3e29e32d9c93e83972.tar.gz textadept-d89fc360bc24bf98f6c16d3e29e32d9c93e83972.zip |
Note that `Esc` clears word highlighting.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 3 |
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.  |