about summary refs log tree commit diff
path: root/Functions/Zle/bash-backward-word
blob: 23da8b3fe50163e4100c9f69ba8381e197ee5827 (plain) (blame)
1
2
3
4
5
6
7
8
9
# This implements a bash-style backward-word.
# To use,
#   zle -N bash-backward-word
#   bindkey '...' bash-backward-word
# or if you wish to replace existing backward-word bindings,
#   zle -N backward-word bash-backward-word

local WORDCHARS=''
zle .backward-word