-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
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
Allow copying text from the transient buffer #126
Comments
FWIW I used to use an advice like this to copy a transient buffer contents. But I agree that it could be simpler. |
Probably you have some ideas already, but a simple suggestion would be to just bind drag-mouse as a suffix to copy the text. I don't know if there are more reasons to select text in a transient. |
Ah okay, that does not seem to work as expected 😁
|
For evil users I have found this, which works simple and effective. |
The easiest way is: (keymap-set transient-predicate-map
"<mouse-set-region>"
#'transient--do-stay) I've just added a FAQ entry about that. |
A lot of text in Emacs cannot be simply copied: margin, header-line, mode-line, menu, and echo area. The latter including partial key sequences. Despite that the fact that Transient also comes with UI text that cannot be copied is used as an argument why it strays from The Way of Emacs.
The text was updated successfully, but these errors were encountered: