System Grab Bag

View all TLDR pages from common (or from all pages)

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 sequence:
    bindkey -s '^o' 'cd ..\n'
  • View keymaps:
    bindkey -l
  • View the hotkey in a keymap:
    bindkey -M main

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.