We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
is there a way to get the current selection in a custom kitten? I searched the existing kittens, but it didn't help me further. Thanks for advices.
Best Dongha
The text was updated successfully, but these errors were encountered:
9a384c5
You can also get it with w.text_for_selection() where w is the window which you can see how to get in the first example on https://sw.kovidgoyal.net/kitty/kittens/custom.html.
w.text_for_selection()
w
Sorry, something went wrong.
@trygveaa Thanks a lot, that was exactly what I was looking for. 😆
No branches or pull requests
Hi,
is there a way to get the current selection in a custom kitten? I searched the existing kittens, but it didn't help me further. Thanks for advices.
Best
Dongha
The text was updated successfully, but these errors were encountered: