TLDR
Enter a command. For example: moe, tmux, transmission cli, pyenv.

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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.