Next: , Previous: , Up: The arify Command Line Tool   [Contents][Index]


3.2 Readline Frontend

In addition to libarif’s Readline features, arify also provides the following Readline functions:

By default, these Readline functions are not bound to any keys. To use them, configure the key bindings from a Readline init file. Here is an example ~/.inputrc snippet:

set show-all-if-ambiguous on

"\e ":     arify-toggle
"\e\b":    arify-next-engine
"\e[5;3~": arify-page-up    # M-PgUp
"\e[6;3~": arify-page-down  # M-PgDn