diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-04-03 23:52:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 23:52:44 +0000 |
commit | cbcc12944006603131119b73c2ad72ebccf4562d (patch) | |
tree | 3f323703c8ce47d1bf89c2e13f2c129b3e750683 /docs | |
parent | 531e494cf9a90de91dbbb84cb6cfc3158b78f1f2 (diff) | |
download | alacritty-cbcc12944006603131119b73c2ad72ebccf4562d.tar.gz alacritty-cbcc12944006603131119b73c2ad72ebccf4562d.zip |
Add copy/paste/select hint actions
This adds some built-in actions for handling hint selections without
having to spawn external applications.
The new actions are `Copy`, `Select` and `Paste`.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.md b/docs/features.md index 55f1d91a..3aa87aab 100644 --- a/docs/features.md +++ b/docs/features.md @@ -58,7 +58,8 @@ stays selected, allowing you to easily copy it. 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. +either feeds them to an external application or triggers one of Alacritty's +built-in actions. Hints can be configured in the `hints` and `colors.hints` sections in the Alacritty configuration file. |