mason.nvim
mason.nvim copied to clipboard
Change default C-f keybinding
I've searched open issues for similar requests
- [X] Yes
Is your feature request related to a problem? Please describe.
I've been using vim for a long time, and I'm used to using the built-in keybindings <C-f>
and <C-b>
to scroll up and down, respectively. I just started using mason.nvim, and keep being surprised that <C-f>
is used to pop up a filter choice list rather than scroll.
Describe the solution you'd like
Is it possible to change this keybinding to something else that doesn't have such useful global usage?
Describe potential alternatives you've considered
I could change the keybinding in the config myself, but I feel like this will trip up many other people too.
Additional context
Thanks for this plugin!
Would you accept a PR to change this?