2022-03-06 16:06:39 +00:00
|
|
|
+ `hilbish.exit` > Sent when Hilbish is about to exit.
|
|
|
|
|
2022-03-13 21:44:54 +00:00
|
|
|
+ `hilbish.vimMode` -> modeName > Sent when Hilbish's Vim mode is changed (example insert to normal mode),
|
|
|
|
`modeName` is the name of the mode changed to (can be `insert`, `normal`, `delete` or `replace`).
|
|
|
|
|
|
|
|
+ `hilbish.vimAction` -> actionName, args > Sent when the user does a "vim action," being something
|
2022-04-23 03:45:28 +00:00
|
|
|
like yanking or pasting text. See `doc vim-mode actions` for more info.
|
2022-11-25 23:21:36 +00:00
|
|
|
|
|
|
|
+ `hilbish.cancel` > Sent when the user cancels their input with Ctrl-C.
|