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-kill-word | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Functions/Zle/bash-kill-word (limited to 'Functions/Zle/bash-kill-word') diff --git a/Functions/Zle/bash-kill-word b/Functions/Zle/bash-kill-word new file mode 100644 index 000000000..ba638a3c7 --- /dev/null +++ b/Functions/Zle/bash-kill-word @@ -0,0 +1,9 @@ +# This implements a bash-style kill-word. +# To use, +# zle -N bash-kill-word +# bindkey '...' bash-kill-word +# or if you wish to replace existing kill-word bindings, +# zle -N kill-word bash-kill-word + +local WORDCHARS='' +zle .kill-word -- cgit 1.4.1