Next: The zsh/example Module, Previous: The zsh/db/gdbm Module, Up: Zsh Modules [Contents][Index]
The zsh/deltochar module makes available two ZLE functions:
Read a character from the keyboard, and delete from the cursor position up to and including the next (or, with repeat count n, the nth) instance of that character. Negative repeat counts mean delete backwards.
This behaves like delete-to-char, except that the final occurrence of the character itself is not deleted.