mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-26 09:41:03 +02:00
7 lines
124 B
Text
7 lines
124 B
Text
#function bindkey
|
|
|
|
if [[ -mword 1 -*[DAN]* || -mcurrent -1 -*M ]]; then
|
|
complist -s '$(bindkey -l)'
|
|
else
|
|
complist -b
|
|
fi
|