CursorMoved

The CursorMoved event:

Fires:

radio_button_unchecked

In normal or visual modes, after the cursor moves to another window.

radio_button_unchecked

When the text of the cursor line changes, such as with x, rx or p.

Notes:

radio_button_unchecked

Does not fire when there is typeahead

radio_button_unchecked

Does not fire while executing commands in a script file

radio_button_unchecked

Does not fire when an operator is pending.

radio_button_unchecked

This event fires very often, callbacks should not perform heavy operations.