Bindable Readline Commands (Bash Reference Manual) (original) (raw)

Next: Readline vi Mode, Previous: Readline Init File, Up: Command Line Editing [Contents][Index]


8.4 Bindable Readline Commands

This section describes Readline commands that may be bound to key sequences. You can list your key bindings by executingbind -P or, for a more terse format, suitable for aninputrc file, bind -p. (See Bash Builtin Commands.) Command names without an accompanying key sequence are unbound by default.

In the following descriptions, point refers to the current cursor position, and mark refers to a cursor position saved by theset-mark command. The text between the point and mark is referred to as the region.