mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user