Emacs 28.1: org-mode shift key shortcuts shadowed
cassiel opened this issue · 1 comments
I don't know whether this is specifically a Prelude issue, but: in Emacs 27.x, the keys shift-{up,down,left,right}
in org-mode are mapped to org-shift{up,down,left,right}
. In 28.1 the same keys are bound globally to windmove-{up,down,left,right}
and take precedence.
I like having windmove-*
available so have temporarily bound the org-mode shift-*
functions to alt-{up,down,left,right}
instead. Am happy to put in a pull request if there's a consensus about what bindings are most acceptable.
This part of the config hasn't been changed in ages, so I assume something changed upstream in Emacs. I'd be open to a PR that prioritizes the org keybindings while in org buffers if that is what org users prefer to use.