From ed4763db3b255628db6ac0a57bb344df90ab47b1 Mon Sep 17 00:00:00 2001 From: TorchedSammy Date: Sun, 29 Dec 2024 19:26:00 +0000 Subject: [PATCH] deploy: 7b1f1c40c0227178f63a6c47a07b6286f3db4a8c --- versions/snail/docs/hooks/hilbish/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/versions/snail/docs/hooks/hilbish/index.html b/versions/snail/docs/hooks/hilbish/index.html index a616b12..c2b09f3 100644 --- a/versions/snail/docs/hooks/hilbish/index.html +++ b/versions/snail/docs/hooks/hilbish/index.html @@ -22,5 +22,11 @@ Can be these values: insert, normal, delete

This signal returns no variables.


hilbish.notification

Thrown when a notification is sent.

Variables -

table notification
The notification. The properties are defined in the link above.


\ No newline at end of file +

table notification
The notification. The properties are defined in the link above.


hilbish.cd +

Sent when the current directory of the shell is changed (via interactive means.) +If you are implementing a custom command that changes the directory of the shell, +you must throw this hook manually for correctness.

Variables +

string path
Absolute path of the directory that was changed to.

string oldPath
Absolute path of the directory Hilbish was in.


hilbish.vimAction +

Sent when the user does a “vim action,” being something like yanking or pasting text. +See doc vim-mode actions for more info.

Variables +

string actionName
Absolute path of the directory that was changed to.

table args
Table of args relating to the Vim action.


\ No newline at end of file