Skip to content

Instantly share code, notes, and snippets.

@lebensterben
Created June 18, 2019 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lebensterben/945d1833b38a599d37e45eb46fb9a761 to your computer and use it in GitHub Desktop.
Save lebensterben/945d1833b38a599d37e45eb46fb9a761 to your computer and use it in GitHub Desktop.
#-*- mode: shell-script -*-
# search zsh keybinding with specific keyword
#fdkey () {
bindkey | awk -v pattern="$@" '$2 ~ pattern {printf("%5d: %-32s %s\n", NR, "\033[0;33m"$1"\033[0m", $2)}'
#}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment