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