summaryrefslogtreecommitdiffstats
path: root/runtime/doc/gnvim.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/gnvim.txt')
-rw-r--r--runtime/doc/gnvim.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/gnvim.txt b/runtime/doc/gnvim.txt
index 1e61859..2e524be 100644
--- a/runtime/doc/gnvim.txt
+++ b/runtime/doc/gnvim.txt
@@ -55,6 +55,9 @@ Gnvim's cursor can be set to blink with `guicursor`.
Make cursor blink: `set guicursor+=a:blinkon333`
Make cursor not to blink: `set guicursor+=a:blinkon0`
+The cursor also has animated position movement, which is on by default. To
+disable it, use `GnvimCursorEnableAnimations 0` .
+
================================================================================
Commands *gnvim-commands*