1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-28 15:21:03 +01:00

15279: ${(S)...%%...} etc. doc; 15288: bash word functions + doc

This commit is contained in:
Peter Stephenson 2001-07-06 17:25:53 +00:00
parent 1348458447
commit fe06b7a73d
8 changed files with 79 additions and 6 deletions

View file

@ -0,0 +1,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