Links
- Readline docs
- .inputrc
- SO: Is there a nice way of handling multi-line input with GNU readline?
- LibEdit
editrc
edit on bind -e bind '\t' rl_complete
inputrc
set keymap emacs tab: complete "\e[B": history-search-forward "\e[A": history-search-backward "\C-n": glob-expand-word "\C-left": backward-word "\C-right": forward-word