You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use default wakib-key binding for all modes, except for when i do programming (in python), there i want to use different binding. Could you please tell how to do that?
1, Seems like key can't be rebind (cause emulation-mode-map-alists is higher in hierarchy then eglot-mode-map or py-ts-map), but suprisingly command can be remapped, so i solved it like this:
I want to use default wakib-key binding for all modes, except for when i do programming (in python), there i want to use different binding. Could you please tell how to do that?
I tried
I works, but it overrides C-f binding for all modes/buffers.
I also tried
it doesn't work
And i also tried
also doesn't work
The text was updated successfully, but these errors were encountered: