Replies: 1 comment
-
I found a workaround for now which is to disable the remapping in helm:
btw, is there any interest in upstreaming the |
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.
-
Description
I've started using a new keyboard layout called colemak-dhm. It is slightly different than standard colemak,
so I added my own custom rebinding to the
keyboard-layout
layer locally.This works great, except that now when I try and creat a new branch using magit, I am unable to select
a branch to base it off in the helm list. Fitering the list works fine but when I press enter, it toggles
between showing the history rather than selecting.
Other helm list selection seems to work OK like selecting a directory using
SPC f f
.Using the built-in
colemak-hnei
does not have this behavior.Any ideas on why this is happening and how to fix this for my custom
colemak-mnei
?Reproduction guide 🪲
colemak-mnei
tokl--base-rebinding-maps
in~/.emacs.d/layers/+intl/keyboard-layout/config.el
~/.spacemacs
to use(keyboard-layout :variables kl-layout 'colemak-mnei)
SPC g s
b c
Observed behaviour: 👀 💔
Helm list toggles between history and list of all branches
Expected behaviour: ❤️ 😄
Should select whichever branch is under cursor.
System Info 💻
Backtrace 🐾
Beta Was this translation helpful? Give feedback.
All reactions