Is there any way to select text with the mouse? #5034
andrewrondeau-optirtc
started this conversation in
Ideas
Replies: 1 comment
-
|
You can copy certain bits of data using ctrl-o; for example, if a branch is selected, copy the entire branch name this way. If a file is selected, it copies the file name; if a commit is selected, it copies its hash. To copy arbitrary stuff in lazygit, you'll have to find out what modifier your terminal uses to allow that. It's option in iTerm2, and shift in Ghostty; I use these all the time to select text and copy it. Most terminals have some way to support this, but it's not standardized. The notable exception is the builtin terminal in VS Code, which doesn't seem to support this, or at least I haven't found out how. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just started trying Lazygit the other day.
Is there any way to select text with the mouse? (So I can copy and paste?) I often copy parts of branch names into commit messages.
I tried the suggestion in #1667, which is:
However, doing that essentially disables all mouse support in Lazygit.
Beta Was this translation helpful? Give feedback.
All reactions