mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
docs: add fish_cancel event
Introduced in 2dcaf4f5c0
as part of #5973.
[ci skip]
This commit is contained in:
parent
012773436e
commit
625db1d3f6
|
@ -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_cancel``, which is emitted when a commandline is cleared (used for terminal-shell integration).
|
||||
|
||||
Example
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user