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
The rcirc layer currently uses C-k and C-j to scroll between prev/next input from history. It's also one of the modes that start out in emacs-state by default. This results in us overwriting one of the most used Emacs bindings, C-k for kill-line, which is useful for deleting messages that we changed our mind about while typing.
I suggest changing these to M-k and M-j to avoid this conflict. I'll create a pull-request here but figured I should file an issue as well just for the record.
The text was updated successfully, but these errors were encountered:
The
rcirc
layer currently usesC-k
andC-j
to scroll between prev/next input from history. It's also one of the modes that start out inemacs-state
by default. This results in us overwriting one of the most used Emacs bindings,C-k
forkill-line
, which is useful for deleting messages that we changed our mind about while typing.I suggest changing these to
M-k
andM-j
to avoid this conflict. I'll create a pull-request here but figured I should file an issue as well just for the record.The text was updated successfully, but these errors were encountered: