Table of Contents

About

Readline is a Repl library.

Bash uses readline to provide keyboard shortcuts for command line editing using the default (Emacs) key bindings. Vi-bindings can be enabled by running set -o vi

Cmd Integration

Documentation