You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use RET as the leader key instead of SPC. I tried to unbind SPC in meow-normal-state-keymap and meow-motion-state-keymap and bind RET to meow-keypad in both key maps, with keymap-xxxset and meow-motion-mode-hook. In normal state, this works pretty well; double RETs will invoke newline properly. But in motion state, e.g., in Derid, double RETs will produce an error that the buffer is read-only.
How can I achieve this properly? I would like to use SPC and DEL for the original purposes in many Emacs builtin modes; as in Info mode, I use SPC and DEL to scroll buffer, and double RET to visit links.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use
RET
as the leader key instead ofSPC
. I tried to unbindSPC
inmeow-normal-state-keymap
andmeow-motion-state-keymap
and bindRET
tomeow-keypad
in both key maps, withkeymap-xxxset
andmeow-motion-mode-hook
. In normal state, this works pretty well; doubleRET
s will invokenewline
properly. But in motion state, e.g., in Derid, doubleRET
s will produce an error that the buffer is read-only.How can I achieve this properly? I would like to use
SPC
andDEL
for the original purposes in many Emacs builtin modes; as in Info mode, I useSPC
andDEL
to scroll buffer, and doubleRET
to visit links.Beta Was this translation helpful? Give feedback.
All reactions