1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/bindkey.md

21 lines
349 B
Markdown
Raw Normal View History

# bindkey
> Add keybindings to Z-Shell.
> More information: <https://zsh.sourceforge.io/Guide/zshguide04.html>.
- Bind a hotkey to a specific command:
`bindkey "{{^k}}" {{kill-line}}`
- Bind a hotkey to a specific key [s]equence:
`bindkey -s '^o' 'cd ..\n'`
- [l]ist keymaps:
`bindkey -l`
- View the hotkey in a key[M]ap:
`bindkey -M main`