The bash
shell uses a library called GNU Readline that provides easy and
quick CLI key combination access to bash
history, screen movement and line
editing commands. I've collected some of these here along with some builtin
bash shortcuts for history and other functions.
Note: The command bind -p
will list all the keybindings and the readline
functions they call.