about summary refs log tree commit diff
path: root/Functions/Zle/bash-kill-word
blob: ba638a3c740baeabb207854ee944336ee320528d (plain) (blame)
1
2
3
4
5
6
7
8
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