about summary refs log tree commit diff
path: root/Functions/Zle/bash-down-case-word
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Zle/bash-down-case-word')
-rw-r--r--Functions/Zle/bash-down-case-word9
1 files changed, 0 insertions, 9 deletions
diff --git a/Functions/Zle/bash-down-case-word b/Functions/Zle/bash-down-case-word
deleted file mode 100644
index f12fb7efc..000000000
--- a/Functions/Zle/bash-down-case-word
+++ /dev/null
@@ -1,9 +0,0 @@
-# This implements a bash-style down-case-word.
-# To use,
-#   zle -N bash-down-case-word
-#   bindkey '...' bash-down-case-word
-# or if you wish to replace existing down-case-word bindings,
-#   zle -N down-case-word bash-down-case-word
-
-local WORDCHARS=''
-zle .down-case-word