
bindkey
List of commands for bindkey:
-
bindkey:tldr:540ad bindkey: Bind a hotkey to a specific command.$ bindkey "${^k}" ${kill-line}try on your machineexplain this command
-
bindkey:tldr:bbfa9 bindkey: View the hotkey in a keymap.$ bindkey -M maintry on your machineexplain this command
-
bindkey:tldr:dbe47 bindkey: Bind a hotkey to a specific key sequence.$ bindkey -s '^o' 'cd ..\n'try on your machineexplain this command