Files
zsh/Functions/Completion/__bindkey
1999-04-15 18:05:38 +00:00

8 lines
124 B
Plaintext

#function bindkey
if [[ -mword 1 -*[DAN]* || -mcurrent -1 -*M ]]; then
complist -s '$(bindkey -l)'
else
complist -b
fi