Created
November 19, 2021 06:23
-
-
Save veryeasily/5a4ddff015e20e9f0cb291aab0e9e462 to your computer and use it in GitHub Desktop.
[Zsh Snippets] #Zsh #Shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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