commands.sh

bind

all

Bash builtin to manage bash hotkeys and variables.

More info →

Examples (5)

List all bound commands and their hotkeys

bind -p|-P

Query a command for its hotkey

Bind a key

bind -x '"key_sequence":command'

List user defined bindings

bind -X

Display help

made by @shridhargupta | data from tldr-pages