These are some of my favorite readline tweaks. To make changes to readline’s behavior, you have to put configuration in a filein your home directory called .inputrc. To include commands from/etc/inputrc, put the following first: $include /etc/inputrc Variables to customize readline behavior can be set in this file by statementsof the form: set variable-name value Restart your terminal emulator for the changes to take effect, or execute incurrent window: $bind -f ~/.inputrc Briefly Move to O...