I was confused when I tried out this package and I would type my prompt and hit enter and nothing would happen. The issue was that I have split out the terminal codes from the key chords in my Emacs so that C-m is separate from RET. This meant that hitting enter was not mapping to correct function.
This change will keep the keybindings consistent with whatever the user has set in their comint-mode, so everything "just works".
I was confused when I tried out this package and I would type my prompt and hit enter and nothing would happen. The issue was that I have split out the terminal codes from the key chords in my Emacs so that
C-m
is separate fromRET
. This meant that hitting enter was not mapping to correct function.This change will keep the keybindings consistent with whatever the user has set in their
comint-mode
, so everything "just works".