mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
docs: add fish_cancel event
Introduced in 2dcaf4f5c0
as part of #5973.
[ci skip]
This commit is contained in:
parent
012773436e
commit
625db1d3f6
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ By using one of the event handler switches, a function can be made to run automa
|
||||||
|
|
||||||
- ``fish_exit`` is emitted right before fish exits.
|
- ``fish_exit`` is emitted right before fish exits.
|
||||||
|
|
||||||
|
- ``fish_cancel``, which is emitted when a commandline is cleared (used for terminal-shell integration).
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue