diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/features.md b/docs/features.md index 7f621ea2..55f1d91a 100644 --- a/docs/features.md +++ b/docs/features.md @@ -54,6 +54,15 @@ you can still jump between matches using <kbd>Enter</kbd> and <kbd>Shift</kbd> <kbd>Enter</kbd>. After leaving search with <kbd>Escape</kbd> your active match stays selected, allowing you to easily copy it. +## Hints + +Terminal hints allow easily interacting with visible text without having to +start vi mode. They consist of a regex that detects these text elements and then +feeds them to an external application. + +Hints can be configured in the `hints` and `colors.hints` sections in the +Alacritty configuration file. + ## Selection expansion After making a selection, you can use the right mouse button to expand it. |