From fe06b7a73db3af0a4ba6988c5c467a90d36a2a76 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 6 Jul 2001 17:25:53 +0000 Subject: 15279: ${(S)...%%...} etc. doc; 15288: bash word functions + doc --- Functions/Zle/bash-backward-word | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Functions/Zle/bash-backward-word (limited to 'Functions/Zle/bash-backward-word') diff --git a/Functions/Zle/bash-backward-word b/Functions/Zle/bash-backward-word new file mode 100644 index 000000000..23da8b3fe --- /dev/null +++ b/Functions/Zle/bash-backward-word @@ -0,0 +1,9 @@ +# This implements a bash-style backward-word. +# To use, +# zle -N bash-backward-word +# bindkey '...' bash-backward-word +# or if you wish to replace existing backward-word bindings, +# zle -N backward-word bash-backward-word + +local WORDCHARS='' +zle .backward-word -- cgit 1.4.1