Skip to content
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

Not possible to overwrite mode-keymap #389

Open
LazerJesus opened this issue Mar 29, 2023 · 1 comment
Open

Not possible to overwrite mode-keymap #389

LazerJesus opened this issue Mar 29, 2023 · 1 comment
Labels

Comments

@LazerJesus
Copy link

LazerJesus commented Mar 29, 2023

I use general.el to create a keymap on SPC that is the same in every major mode. pretty much like spacemacs does.
When in org-brain visualize mode, my SPC key gets overwritten and I have not yet found a way to reverse this behavior.
any tips?
as long as this is the case i can't use the package. I am a mouseless user and this f*cks with all my workflows.

(general-create-definer general-global-definer
  :keymaps 'override
  :states  '(insert emacs normal hybrid motion visual operator)
  :prefix  "SPC"
  :non-normal-prefix  "C-SPC")
@Kungsgeten
Copy link
Owner

Hmm, from what I can remember org-brain-visualize-mode doesn't use SPC for anything. However it inherits from special-mode which uses SPC so scroll. Not sure how I can help if you don't have this issues in other special modes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants