Replies: 2 comments 1 reply
-
Perhaps you could apply the same approach from before? Have the following in your
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Looking for this too. I wanted to bind |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is not a bug report, so I'll skip the bug-report template.
FYI:
GNU Emacs 28.0.50
OS: Manjaro-Linux
Updating packages and spacemacs: DONE
Spacemcs version: commit 5c88c3b
I managed to disable bindings like
M-1
...M-9
which switch windows usingwinum
pacakge like:But I cannot find a way to disable them in magit buffer, specifically in
magit-status-mode
buffer.The only way I know is to comment the following part out in the spacemacs code base:
spacemacs/layers/+source-control/git/packages.el
Lines 265 to 273 in 5c88c3b
Originally bindings like
M-1/2/3/4
are bound tomagit-section-show-level-xxx
functions inmagit-status-mode
buffer, I want to keep them, and most importantly, I don't wantM-num
bindings bound to winum functions anywhere in Spacemacs, I'd like to just useSPC num
simply.Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions