diff --git a/pages/common/bind.md b/pages/common/bind.md new file mode 100644 index 000000000..7c0ba2b77 --- /dev/null +++ b/pages/common/bind.md @@ -0,0 +1,24 @@ +# bind + +> Bash builtin to manage bash hotkeys and variables. +> More information: . + +- List all bound commands and their hotkeys: + +`bind {{-p|-P}}` + +- Query a command for its hotkey: + +`bind -q {{command}}` + +- Bind a key: + +`bind -x '"{{key_sequence}}":{{command}}'` + +- List user defined bindings: + +`bind -X` + +- Display help: + +`help bind`