thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.73k stars 240 forks source link

how to partially select text from a url with the mouse? #622

Closed gdalex closed 3 years ago

gdalex commented 6 years ago

Hi,

in termite I can't select part of a url with the mouse. When a url is detected, hovering with the mouse over it, the mouse cursor changes into a hand, and if I try to start a selection, it will just open the url.

In gnome-terminal, I can select a part of that url with the mouse.

Is there an option in termite to allow me to do the same?

Thanks

JordanL2 commented 4 years ago

This might be too late to be useful to you, but I solved this by adding these lines to the termite config in the [options] section:

clickable_url = false hyperlinks = false

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.