-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remap keys in picker mode #615
Comments
One thing to note is that the current key remapping system is temporary, sooner or later once plugin system is implemented it will probably be trashed. Yes, remap support for sub modes is not possible yet because no one did it (not a priority of the contributors maybe?). |
I don't think that's quite right, unless I've misunderstood something. Mapping to command sequences (the work currently happening in #589, and not yet in master) will be temporary. And we may eventually move away from TOML config files. But the base keymap system itself isn't temporary, as far as I know. In any case, I think adding support for remapping the keys in the picker is good idea. Thumbs up from me. |
I mean the current toml configuration will likely not be used later on. That one is temporary. |
Ah, got it. Yes, that was my understanding as well. I guess I just think of that as more surface-level, rather than as part of the keymap system itself. But I think we're on the same page. :-) |
Let's add |
Works for me, yep! |
How can I have access to this feature? |
It looks from the code and in testing that there is no remap support for the
picker
mode. I'd like to mapC-j
to down (currently,C-n
) in the picker. Is this a deliberate exclusion today, or simply not yet implemented?The text was updated successfully, but these errors were encountered: