From cbcc12944006603131119b73c2ad72ebccf4562d Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 3 Apr 2021 23:52:44 +0000 Subject: 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`. --- docs/features.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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. -- cgit