1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-26 09:41:03 +02:00
zsh/Functions/Completion/__bindkey
1999-04-15 18:15:04 +00:00

7 lines
124 B
Text

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