mirror of https://github.com/Hilbis/Hilbish
deploy: 7b1f1c40c0
parent
03e557e432
commit
ed4763db3b
|
@ -22,5 +22,11 @@ Can be these values: <code>insert</code>, <code>normal</code>, <code>delete</cod
|
|||
<a href=#variables-2 class=heading-link><i class="fas fa-paperclip"></i></a></h5><p>This signal returns no variables.</p><hr><h3 id=hilbishnotification class=heading>hilbish.notification
|
||||
<a href=#hilbishnotification class=heading-link><i class="fas fa-paperclip"></i></a></h3><p>Thrown when a <a href=../../features/notifications>notification</a>
|
||||
is sent.</p><h5 id=variables-3 class=heading>Variables
|
||||
<a href=#variables-3 class=heading-link><i class="fas fa-paperclip"></i></a></h5><p><code>table</code> <strong><code>notification</code></strong><br>The notification. The properties are defined in the link above.</p><hr><ul><li><code>hilbish.vimAction</code> -> actionName, args > Sent when the user does a “vim action,” being something
|
||||
like yanking or pasting text. See <code>doc vim-mode actions</code> for more info.</li></ul></div><div class="footer mt-auto"><p class="card-small text-muted">Want to help improve this page? <a href=https://github.com/Rosettea/Hilbish/issues/new/choose>Create an issue.</a></p></div></container></div><footer class="footer mt-auto mt-auto py-3 bg-light row border-top"><div class="col mb-3"></div><div class="col mb-3"><a href=/Hilbish class="d-flex align-items-center mb-3 link-dark text-decoration-none"><img src=/Hilbish/hilbish-logo-and-text.png alt height=48 class="d-inline-block align-text-top" style=margin-left:-20px></a><ul class="nav flex-column"><li class="nav-item mb-2"><a href=/Hilbish class="nav-link p-0 text-muted">Home</a></li><li class="nav-item mb-2"><a href=/Hilbish/docs/faq class="nav-link p-0 text-muted">FAQ</a></li><li class="nav-item mb-2"><a href=https://github.com/Rosettea/Hilbish class="nav-link p-0 text-muted">Source</a></li><li class="nav-item mb-2"><a href=https://github.com/Rosettea/Hilbish/releases class="nav-link p-0 text-muted">Releases</a></li><li class="nav-item mb-2"><a href=/Hilbish/docs class="nav-link p-0 text-muted">Documentation</a></li></ul></div><div class="col mb-3"></div><div class="col mb-3"></div><div class="col mb-3"></div><div class="col mb-3"><p class="text-muted mt-4">Rosettea © 2022-2023<br>Made with <i class="fa-solid fa-heart" style=color:#f6345b></i></p></div><div class="col mb-3"></div></footer></body></html>
|
||||
<a href=#variables-3 class=heading-link><i class="fas fa-paperclip"></i></a></h5><p><code>table</code> <strong><code>notification</code></strong><br>The notification. The properties are defined in the link above.</p><hr><h3 id=hilbishcd class=heading>hilbish.cd
|
||||
<a href=#hilbishcd class=heading-link><i class="fas fa-paperclip"></i></a></h3><p>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.</p><h5 id=variables-4 class=heading>Variables
|
||||
<a href=#variables-4 class=heading-link><i class="fas fa-paperclip"></i></a></h5><p><code>string</code> <strong><code>path</code></strong><br>Absolute path of the directory that was changed to.</p><p><code>string</code> <strong><code>oldPath</code></strong><br>Absolute path of the directory Hilbish <em>was</em> in.</p><hr><h3 id=hilbishvimaction class=heading>hilbish.vimAction
|
||||
<a href=#hilbishvimaction class=heading-link><i class="fas fa-paperclip"></i></a></h3><p>Sent when the user does a “vim action,” being something like yanking or pasting text.
|
||||
See <code>doc vim-mode actions</code> for more info.</p><h5 id=variables-5 class=heading>Variables
|
||||
<a href=#variables-5 class=heading-link><i class="fas fa-paperclip"></i></a></h5><p><code>string</code> <strong><code>actionName</code></strong><br>Absolute path of the directory that was changed to.</p><p><code>table</code> <strong><code>args</code></strong><br>Table of args relating to the Vim action.</p><hr></div><div class="footer mt-auto"><p class="card-small text-muted">Want to help improve this page? <a href=https://github.com/Rosettea/Hilbish/issues/new/choose>Create an issue.</a></p></div></container></div><footer class="footer mt-auto mt-auto py-3 bg-light row border-top"><div class="col mb-3"></div><div class="col mb-3"><a href=/Hilbish class="d-flex align-items-center mb-3 link-dark text-decoration-none"><img src=/Hilbish/hilbish-logo-and-text.png alt height=48 class="d-inline-block align-text-top" style=margin-left:-20px></a><ul class="nav flex-column"><li class="nav-item mb-2"><a href=/Hilbish class="nav-link p-0 text-muted">Home</a></li><li class="nav-item mb-2"><a href=/Hilbish/docs/faq class="nav-link p-0 text-muted">FAQ</a></li><li class="nav-item mb-2"><a href=https://github.com/Rosettea/Hilbish class="nav-link p-0 text-muted">Source</a></li><li class="nav-item mb-2"><a href=https://github.com/Rosettea/Hilbish/releases class="nav-link p-0 text-muted">Releases</a></li><li class="nav-item mb-2"><a href=/Hilbish/docs class="nav-link p-0 text-muted">Documentation</a></li></ul></div><div class="col mb-3"></div><div class="col mb-3"></div><div class="col mb-3"></div><div class="col mb-3"><p class="text-muted mt-4">Rosettea © 2022-2023<br>Made with <i class="fa-solid fa-heart" style=color:#f6345b></i></p></div><div class="col mb-3"></div></footer></body></html>
|
Loading…
Reference in New Issue