color-converter.nvim icon indicating copy to clipboard operation
color-converter.nvim copied to clipboard

can't modify second color on line

Open sidequestboy opened this issue 2 years ago • 1 comments

Currently cycle() modifies the first color instance on the current line, and returns the cursor to the first non-whitespace character of the line. It would be better IMO if it modified the color underneath the cursor, and put the cursor at the first character of the color after the transformation. This way, you could put the cursor on a second color in the same line to cycle it.

sidequestboy avatar Jun 17 '23 19:06 sidequestboy

@sidequestboy This has been fixed in #13

jdrupal-dev avatar Feb 10 '25 06:02 jdrupal-dev