Skip to content

Can't bind default emacs keys without conflicts #142

Discussion options

You must be logged in to vote

Hi,
There's a variable called meow--kbd-forward-char, if you really have to change the keybinding, you have to change this variable.
For reason, I can give some examples:

  1. if you want to forward a character, you use forward-char. But if you are using vterm, the command on C-f is not forward-char, instead it is vterm-send-C-f. If we use forward-char, it will not work in vterm(But actually, currently adapting with vterm is not complete, forward word still using a command, not command on M-f.).

  2. If you want to forward delete a char, you use delete-char. But when using smartparens, it will be remapped to sp-delete-char which can keep the balance of parentheses.

Meow is designed to use wit…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NicholasBHubbard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants