Re: Missing Backspace command in the readline
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
What is the Backspace code in the readline, i.e. .inputrc file (as the source come with explanation Ctrl-Backspace ( \b ) but not Backspace) ?