From f00324963206598b28eff0472e494846163e5fa5 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Fri, 22 Apr 2022 23:45:28 -0400 Subject: [PATCH] docs: update doc reference for vim mode actions --- docs/hooks/hilbish.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks/hilbish.txt b/docs/hooks/hilbish.txt index 7a438f6..d6d5542 100644 --- a/docs/hooks/hilbish.txt +++ b/docs/hooks/hilbish.txt @@ -4,4 +4,4 @@ `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 -like yanking or pasting text. See `doc vimMode actions` for more info. +like yanking or pasting text. See `doc vim-mode actions` for more info.