From a642cc3274548b1f918555bb9ac776bc01c0f556 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 15 Nov 2001 15:54:09 +0000 Subject: 15288, 15432, 15585: Zle widgets with bash-style word delimiting --- Functions/Zle/bash-forward-word | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Functions/Zle/bash-forward-word (limited to 'Functions/Zle/bash-forward-word') diff --git a/Functions/Zle/bash-forward-word b/Functions/Zle/bash-forward-word new file mode 100644 index 000000000..963ea012a --- /dev/null +++ b/Functions/Zle/bash-forward-word @@ -0,0 +1,9 @@ +# This implements a bash-style forward-word. +# To use, +# zle -N bash-forward-word +# bindkey '...' bash-forward-word +# or if you wish to replace existing forward-word bindings, +# zle -N forward-word bash-forward-word + +local WORDCHARS='' +zle .forward-word -- cgit 1.4.1