1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-29 19:36:05 +02:00
zsh/Doc/Zsh/mod_deltochar.yo

13 lines
418 B
Plaintext
Raw Normal View History

1999-04-15 20:05:35 +02:00
texinode(The deltochar Module)(The example Module)(The compctl Module)(Zsh Modules)
sect(The deltochar Module)
The tt(deltochar) module makes available one ZLE function:
startitem()
tindex(delete-to-char)
item(tt(delete-to-char))(
Read a character from the keyboard, and
delete from the cursor position up to and including the next
(or, with repeat count var(n), the var(n)th) instance of that character.
)
enditem()