Skip to content

Instantly share code, notes, and snippets.

@veryeasily
Created November 19, 2021 06:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veryeasily/5a4ddff015e20e9f0cb291aab0e9e462 to your computer and use it in GitHub Desktop.
Save veryeasily/5a4ddff015e20e9f0cb291aab0e9e462 to your computer and use it in GitHub Desktop.
[Zsh Snippets] #Zsh #Shell
#!/usr/bin/env zsh
# List all bindkey mappings
#
# @see https://neg-serg.github.io/2017/03/zargs-howto/
autoload -U zargs
zargs -i{} $(bindkey -l) -- bindkey -L -M {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment