1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-31 06:00:54 +01:00

manual/8020

This commit is contained in:
Tanaka Akira 1999-09-23 13:47:45 +00:00
parent 284eb73997
commit a2977ce204
2 changed files with 21 additions and 7 deletions

View file

@ -1,12 +1,18 @@
texinode(The deltochar Module)(The example Module)(The complist Module)(Zsh Modules)
sect(The deltochar Module)
The tt(deltochar) module makes available one ZLE function:
The tt(deltochar) module makes available two ZLE functions:
startitem()
tindex(delete-to-char)
item(tt(delete-to-char))(
Read a character from the keyboard, and
delete from the cursor position up to but not including the next
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.
Negative repeat counts mean delete backwards.
)
tindex(zap-to-char)
item(tt(zap-to-char))(
This behaves like tt(delete-to-char), except that the final occurence of
the character itself is not deleted.
)
enditem()