On Sun, Nov 27, 2022 at 09:33:26AM -0600, David Wright wrote:

[...]

> > $include /etc/inputrc
> > 
> > $if mode=emacs
> >         "\C-xc": copy-region-as-kill
> >         "\C-xx": kill-region
> >         "\C-ii":  kill-whole-line
> 
>            ↑↑↑↑ and there's the Tab.
> 
> >         "\M-f": vi-backward-bigword
> >         "\M-b": vi-forward-bigword
> > $endif

I think you got it: <TAB>-i seems to be bound to "kill whole line", so
the input machinery is just waiting whether an `i' is coming.

Cheers
-- 
t

Attachment: signature.asc
Description: PGP signature

Reply via email to