tilix icon indicating copy to clipboard operation
tilix copied to clipboard

cannot follow links inside vi/vim when window size make it wrap on the next line

Open ilmanzo opened this issue 3 years ago • 1 comments

to reproduce, create an url.txt file with a long URL inside. Then

$ vi url.txt resize window so the URL wraps to the next line

cannot follow the URL by CTRL+click since only the first part of the URL is underlined

ilmanzo avatar Sep 26 '22 08:09 ilmanzo

I see what you're saying. I tried a 1999 character URL. It worked at first but once I shrank the terminal window, the URL was either cut off or mangled a bit. Maybe a limitation of the view port. I will say this though, if you're using vim/nvim, you can put the cursor anywhere on the URL and type in 'gx' and it will be opened in your default browser.

cmndrsp0ck avatar Oct 21 '22 05:10 cmndrsp0ck