From 392a301cd829870a45b17a522902c1030989475f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 5 Dec 2023 07:50:35 +0530 Subject: [PATCH] Note how to to use hints to open hyperlinks --- docs/kittens/hyperlinked_grep.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/kittens/hyperlinked_grep.rst b/docs/kittens/hyperlinked_grep.rst index 838dc868a..bbb391543 100644 --- a/docs/kittens/hyperlinked_grep.rst +++ b/docs/kittens/hyperlinked_grep.rst @@ -45,7 +45,8 @@ Now, run a search with:: Hold down the :kbd:`Ctrl+Shift` keys and click on any of the result lines, to open the file in :program:`vim` at the matching line. If you use some editor other than :program:`vim`, you should adjust the :file:`open-actions.conf` file -accordingly. +accordingly. TO open links with the keyboard instead, use +:sc:`open_selected_hyperlink`. Finally, add an alias to your shell's rc files to invoke the kitten as :command:`hg`::