Re: Missing Backspace command in the readline

2021-11-02 Thread Chet Ramey
On 11/2/21 1:26 PM, Budi wrote: What is the Backspace code in the readline, i.e. .inputrc file (as the source come with explanation Ctrl-Backspace ( \b ) but not Backspace) ? Backspace is Control-H (^H, C-h). The default binding in emacs mode is backward-delete-char: $ bind -p | grep backward-

Missing Backspace command in the readline

2021-11-02 Thread Budi
What is the Backspace code in the readline, i.e. .inputrc file (as the source come with explanation Ctrl-Backspace ( \b ) but not Backspace) ?