How to access to map hints to kitty's buffer? #6073
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
UPDATE:
You need to customize the action performed by hints kitten. https://sw.kovidgoyal.net/kitty/kittens/hints/#completely-customizing-the-matching-and-actions-of-the-kitten Put the retrieved text into The option |
Beta Was this translation helpful? Give feedback.
UPDATE:
Now hints kitten can copy the matches to a named buffer.
#6078
You need to customize the action performed by hints kitten.
https://sw.kovidgoyal.net/kitty/kittens/hints/#completely-customizing-the-matching-and-actions-of-the-kitten
https://sw.kovidgoyal.net/kitty/kittens/hints/#cmdoption-kitty-kitten-hints-customize-processing
Put the retrieved text into
boss.clipboard_buffers[buffer_name]
.Search for
copy_to_buffer
,paste_from_buffer
in the codebase to learn more.The option
--program
follows an executable on the system or an explicitly stated special value, not the kitty's actions.