From 7d4014c30afdc2b22711803f8fd567304bb8f6a8 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 3 Apr 2003 10:04:43 +0000 Subject: unposted: tidy up after word match functions from 18394 --- Functions/Zle/bash-forward-word | 9 --------- 1 file changed, 9 deletions(-) delete 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 deleted file mode 100644 index 963ea012a..000000000 --- a/Functions/Zle/bash-forward-word +++ /dev/null @@ -1,9 +0,0 @@ -# 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