ziontee113 / color-picker.nvim

A powerful Neovim plugin that lets users choose & modify RGB/HSL/HEX colors.
MIT License
281 stars 8 forks source link

[Bug] pressing ctrl-d will reveal the transparency slider #15

Open lars-vc opened 2 years ago

lars-vc commented 2 years ago

When you press ctrl-d while in none transparent mode it will scroll down and show the transparency slide. Normal state: image pressing ctrl-d here: image Cant go fully down though, but when your cursor is at the bottom and you press ctrl-d you actually get access to the transparency slider: image

ziontee113 commented 2 years ago

Thank you for opening the issue. The color picker popup is just a vim buffer that gets opened, so it shares the characteristics of a normal buffer. Not only C-d but also C-u, C-e, C-y. I didn't have much experience when I was creating this plugin, hence the oversight. It's just that this bug is not a very big deal (in my opinion), so I don't have plans to fix this yet.

If you disagree with me about the importance of this bug, please feel free to do so :) I'd love to hear your opinion.

lars-vc commented 2 years ago

Ye definitely not a big problem, if I happen to find how to fix it easily, ill get you know!