mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
#function bindkey
|
|
|
|
if [[ -mword 1 -*[DAN]* || -mcurrent -1 -*M ]]; then
|
|
complist -s '$(bindkey -l)'
|
|
else
|
|
complist -b
|
|
fi
|