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
M-C-u and "\M-\C-u" both map to Alt+Ctrl+u.
However, "M-C-u" is the literal keys M-C-u.
It can be hard to notice the mistake when reading (or writing) an inputrc file.
One way Clink could help is for the clink-show-help command (Alt+h) to print a warning about key sequences that start with "M- or "C- in emacs mode (but not in vi mode, since vi mode works differently and those might be real key bindings there).
The text was updated successfully, but these errors were encountered:
Issue #49 gave a great example.
M-C-u
and"\M-\C-u"
both map to Alt+Ctrl+u.However,
"M-C-u"
is the literal keys M-C-u.It can be hard to notice the mistake when reading (or writing) an inputrc file.
One way Clink could help is for the
clink-show-help
command (Alt+h) to print a warning about key sequences that start with"M-
or"C-
in emacs mode (but not in vi mode, since vi mode works differently and those might be real key bindings there).The text was updated successfully, but these errors were encountered: