Replies: 1 comment 1 reply
-
It's because meow-left and meow-right call "C-b" and "C-f". We assume it's pretty rare that the user is modifying default emacs commands like you are. The only (?) way to do this is to define another key to map to forward, and then redefine
and the same for "C-b" too. I wonder if we can modify all the kmacros to also accept commands, that way you don't have to define another key, you can just set the command it uses internally directly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to bind "C-f" , "C-b" to scroll forward and back through pages it seems to break "meow-left" and "meow-right" (which want to forward and back pages instead of characters). What I tried was:
I guess that binding "C-f" also reaps "forward-char"? What is the right way to do this?
Beta Was this translation helpful? Give feedback.
All reactions