diff options
Diffstat (limited to 'Functions/Zle/bash-up-case-word')
-rw-r--r-- | Functions/Zle/bash-up-case-word | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Functions/Zle/bash-up-case-word b/Functions/Zle/bash-up-case-word deleted file mode 100644 index 1a61db64c..000000000 --- a/Functions/Zle/bash-up-case-word +++ /dev/null @@ -1,9 +0,0 @@ -# This implements a bash-style up-case-word. -# To use, -# zle -N bash-up-case-word -# bindkey '...' bash-up-case-word -# or if you wish to replace existing up-case-word bindings, -# zle -N up-case-word bash-up-case-word - -local WORDCHARS='' -zle .up-case-word |