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-down-case-word
2001-08-07 10:04:10 +00:00

9 lines
274 B
Text

# This implements a bash-style down-case-word.
# To use,
# zle -N bash-down-case-word
# bindkey '...' bash-down-case-word
# or if you wish to replace existing down-case-word bindings,
# zle -N down-case-word bash-down-case-word
local WORDCHARS=''
zle .down-case-word