From 5dd1ba01ea1b4251fa8b05f4acbd1fe9750176aa Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 7 Aug 2001 10:04:10 +0000 Subject: 15585: bash-style up- and down-case words --- Functions/Zle/bash-down-case-word | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Functions/Zle/bash-down-case-word (limited to 'Functions/Zle/bash-down-case-word') diff --git a/Functions/Zle/bash-down-case-word b/Functions/Zle/bash-down-case-word new file mode 100644 index 000000000..f12fb7efc --- /dev/null +++ b/Functions/Zle/bash-down-case-word @@ -0,0 +1,9 @@ +# 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 -- cgit v1.2.3