feature: new keymaps for Profile filter/sort
Did you check docs the docs?
- [X] I have read all the lazy docs
Is your feature request related to a problem? Please describe.
Recent changes to add filtering and sorting for the Profile view added <C-s> and <C-f>.
<C-f> is generally used for "page forward" (scrolls more than <C-d>) and is generally the mapping I use for scrolling. Normally I'm ok with a plugin adding key mappings that take over common keys, but for this one, it is just jarring enough for me to open the issue :)
Especially since scrolling is necessary in the Lazy window, I'm suggesting that either a different keymap be chosen, or make the keymaps configurable for the Lazy window.
Tangentially related, but <C-s> is sometimes interpreted by terminal emulators as XOFF (flow control command) and can appear to "freeze" terminal emulators that still do that.
Describe the solution you'd like
Either a new keymap for the filter or some way to override the one Lazy uses.
Describe alternatives you've considered
N/A
Additional context
No response