about summary refs log tree commit diff
path: root/Functions/Completion/_bindkey
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Completion/_bindkey')
-rw-r--r--Functions/Completion/_bindkey7
1 files changed, 7 insertions, 0 deletions
diff --git a/Functions/Completion/_bindkey b/Functions/Completion/_bindkey
new file mode 100644
index 000000000..8eddeb2a8
--- /dev/null
+++ b/Functions/Completion/_bindkey
@@ -0,0 +1,7 @@
+#defcomp bindkey
+
+if [[ -mword 1 -*[DAN]* || -mcurrent -1 -*M ]]; then
+  complist -s '$(bindkey -l)'
+else
+  complist -b
+fi