echasnovski / mini.nvim

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

[mini.clue] configurable backspace and enter binds #912

Closed Saghen closed 4 months ago

Saghen commented 4 months ago

Contributing guidelines

Module(s)

mini.clue

Description

Thanks for the great plugin! I use <leader><backspace> and <leader><enter> bindings. mini.clue is configured to use <backspace> and <enter> for its own funcntionality which causes the user's bindings to not work. It would be great if the plugin optionally detected the presence of a user's <backspace> or <enter> binding and disabled the functionality automatically. Or alternatively, allowed for configuring/disabling these two built-in bindings.

echasnovski commented 4 months ago

Thanks for the suggestion!

This was already suggested in #491 and was considered to be not a good idea.

Closing as not planned.