Document InsertChar hook
This commit is contained in:
parent
471c75d738
commit
6e0279856f
|
@ -1323,6 +1323,8 @@ existing hooks are:
|
||||||
* `InsertBegin`: Entering insert mode
|
* `InsertBegin`: Entering insert mode
|
||||||
* `InsertEnd`: Leaving insert mode
|
* `InsertEnd`: Leaving insert mode
|
||||||
* `InsertKey`: A key is received in insert mode, the key is used for filtering
|
* `InsertKey`: A key is received in insert mode, the key is used for filtering
|
||||||
|
* `InsertChar`: A character is inserted in insert mode, the character is used
|
||||||
|
for filtering
|
||||||
* `InsertMove`: The cursor moved (without inserting) in insert mode, the key
|
* `InsertMove`: The cursor moved (without inserting) in insert mode, the key
|
||||||
that triggered the move is used for filtering
|
that triggered the move is used for filtering
|
||||||
* `WinCreate`: A window was created, the filtering text is the buffer name
|
* `WinCreate`: A window was created, the filtering text is the buffer name
|
||||||
|
|
|
@ -63,6 +63,10 @@ Default hooks
|
||||||
*InsertKey*::
|
*InsertKey*::
|
||||||
a key is received in insert mode, the key is used for filtering
|
a key is received in insert mode, the key is used for filtering
|
||||||
|
|
||||||
|
*InsertChar*::
|
||||||
|
a character is received in insert mode, the character is used for
|
||||||
|
filtering
|
||||||
|
|
||||||
*InsertMove*::
|
*InsertMove*::
|
||||||
the cursor moved (without inserting) in insert mode, the key that
|
the cursor moved (without inserting) in insert mode, the key that
|
||||||
triggered the move is used for filtering
|
triggered the move is used for filtering
|
||||||
|
|
Loading…
Reference in New Issue
Block a user