help/options.md: reword hlsearch help text (#2502)

Also adjust text wrapping in some lines that had become too long with recent edits.
This commit is contained in:
Waldir Pimenta
2022-07-24 21:56:11 +01:00
committed by GitHub
parent ee6688eb74
commit 63cb6ce9fd

View File

@@ -89,8 +89,8 @@ Here are the available options:
binary. binary.
The colorscheme can be selected from all the files in the The colorscheme can be selected from all the files in the
~/.config/micro/colorschemes/ directory. Micro comes by default with three ~/.config/micro/colorschemes/ directory. Micro comes by default with
colorschemes: three colorschemes:
You can read more about micro's colorschemes in the `colors` help topic You can read more about micro's colorschemes in the `colors` help topic
(`help colors`). (`help colors`).
@@ -160,11 +160,11 @@ Here are the available options:
on the file you open. on the file you open.
* `hlsearch`: highlight all instances of the searched text after a successful * `hlsearch`: highlight all instances of the searched text after a successful
search. This highlighting can be turned off via `UnhighlightSearch` action search. This highlighting can be temporarily turned off via the
(triggered by Esc key by default) or toggled on/off via `ToggleHighlightSearch` `UnhighlightSearch` action (triggered by the Esc key by default) or toggled
action. Note that these actions don't change `hlsearch` setting. on/off via the `ToggleHighlightSearch` action. Note that these actions don't
As long as `hlsearch` is set to true, after the next search the highlighting change the `hlsearch` setting. As long as `hlsearch` is set to true, the next
is turned on again. search will have the highlighting turned on again.
default value: `false` default value: `false`
@@ -275,9 +275,9 @@ Here are the available options:
default value: `true` default value: `true`
* `relativeruler`: make line numbers display relatively. If set to true, all lines except * `relativeruler`: make line numbers display relatively. If set to true, all
for the line that the cursor is located will display the distance from the lines except for the line that the cursor is located will display the distance
cursor's line. from the cursor's line.
default value: `false` default value: `false`
@@ -333,7 +333,8 @@ Here are the available options:
* `statusformatl`: format string definition for the left-justified part of the * `statusformatl`: format string definition for the left-justified part of the
statusline. Special directives should be placed inside `$()`. Special statusline. Special directives should be placed inside `$()`. Special
directives include: `filename`, `modified`, `line`, `col`, `lines`, `percentage`, `opt`, `bind`. directives include: `filename`, `modified`, `line`, `col`, `lines`,
`percentage`, `opt`, `bind`.
The `opt` and `bind` directives take either an option or an action afterward The `opt` and `bind` directives take either an option or an action afterward
and fill in the value of the option or the key bound to the action. and fill in the value of the option or the key bound to the action.
@@ -365,7 +366,8 @@ Here are the available options:
default value: `false` default value: `false`
* `tabhighlight`: inverts the tab characters' (filename, save indicator, etc) colors with respect to the tab bar. * `tabhighlight`: inverts the tab characters' (filename, save indicator, etc)
colors with respect to the tab bar.
default value: false default value: false