1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00
zsh/Functions/Zle/bash-transpose-words
2001-07-20 13:04:51 +00:00

9 lines
281 B
Text

# 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