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:
parent
1348458447
commit
fe06b7a73d
8 changed files with 79 additions and 6 deletions
9
Functions/Zle/bash-backward-word
Normal file
9
Functions/Zle/bash-backward-word
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue