mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-04 14:31:24 +02:00
7 lines
123 B
Text
7 lines
123 B
Text
#defcomp bindkey
|
|
|
|
if [[ -mword 1 -*[DAN]* || -mcurrent -1 -*M ]]; then
|
|
complist -s '$(bindkey -l)'
|
|
else
|
|
complist -b
|
|
fi
|