I installed paredit in emacs (gui not terminal and no spacemacs or doomemacs, just emacs) and then checked some of the commands and their corresponding key bindings.
Ex. paredit-forward-slurp-sexp C-<right>
I believe the <right>
is the right arrow on the keyboard. In other emacs configurations like spacemacs, C-<right>
worked.
However, I noticed the commands paredit-forward-slurp-sexp
worked but the key bindings C-<right>
did not.
Then I found a paredit cheatsheet that had different key bindings that worked.
Ex. paredit-forward-slurp-sexp C-)
So my question again, why are the keybinding for paredit in emacs that are actually displayed in emacs when you start to write M-x paredit-forward-
then tab to see what options that are available, showing the commands with incorrect keybindings?
Note:
I did look at this related question that speaks about the difference in aliased keybindings in gui vs terminal emacs (depending on the terminal). However, when I tried to use any of the key bindings in the terminal, none of them worked.