Skip to content

Not possible to overwrite mode-keymap #389

@CrackedBeefcake

Description

@CrackedBeefcake

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions