echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
4.54k stars 175 forks source link

Work with motions #1008

Closed bogdan-the-great closed 1 week ago

bogdan-the-great commented 1 week ago

Contributing guidelines

Module(s)

mini.clue

Description

Hi.

Which-key shows motions with visual (v), change (c) and yank (y) keys.

image

Is this something wanted?

echasnovski commented 1 week ago

Thanks for the suggestion!

Is this something wanted?

I'd happy to include this kind of functionality in 'mini.clue', but its design doesn't work well in these cases. The main issue here is that those keys change mode and are not a start of those motion/textobject keys. The best effort of tackling this was done in #442, but as 'mini.clue' is particularly hacky it doesn't seem to be a good idea to disturb it any further.

Closing as not planned.