logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Bash Bind - Control Command Hotkeys | Online Free DevTools by Hexmos

Control command hotkeys with Bash Bind. Customize keyboard shortcuts and manage bash variables efficiently. Free online tool, no registration required.

bind

Bash builtin to manage bash hotkeys and variables. More information: https://www.gnu.org/software/bash/manual/bash.html#index-bind.

  • 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

See Also