-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Find a way to map <SPC> m
to ,
#283
Comments
Got any idea of where one would go looking for a solution to this? :) |
One way would be to add a helper that binds both keys but that would require changing everywhere a space m binding is defined. There might be a fancier way that hooks into |
It would be nicer if it was handled completely transparently, so that layers that specify SPC m bindings don't have to worry about this change, so I guess |
Yah I would start by reading the source code to |
had some code to solve this problem, as in https://github.com/syl20bnr/spacemacs/pull/300/files. Comments and suggestions are welcomed. |
* master: Update achievements Fixes syl20bnr#283 Find a way to map `<SPC> m` to `,` Fixes syl20bnr#283 Find a way to map `<SPC> m` to `,` Refactoring of some javascript layer package initialisation Fixed tern-auto-complete to load correctly Improve support for git-gutter in terminal git-gutter-fringe is now loaded properly before calling git-gutter-mode Enable undo-tree mode at startup (no lazy-loading) Attempt to fix syl20bnr#298 error with undo-tree Hotfix for Emacs wiki down and key-chord issue
Better version from danielwuz
By default mapped to
,
but it will be driven by adotspacemacs
variable.The text was updated successfully, but these errors were encountered: