aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-24 11:26:54 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-09-04 21:18:22 +0800
commit04bd700ac3bc2bdea0e0d8747de95dab2034aa11 (patch)
tree7b518323affdfcc3622d142f195f2c36c27c3319 /runtime/doc
parenta5fe7940c8b9436b78ae408eae8345266423f2c8 (diff)
downloadrneovim-04bd700ac3bc2bdea0e0d8747de95dab2034aa11.tar.gz
rneovim-04bd700ac3bc2bdea0e0d8747de95dab2034aa11.tar.bz2
rneovim-04bd700ac3bc2bdea0e0d8747de95dab2034aa11.zip
feat(tui): support 'mousemoveevent'
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 208633f93f..316b7ae3f1 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4234,14 +4234,11 @@ A jump table for the options with a short description can be found at |Q_op|.
*'mousemoveevent'* *'mousemev'*
'mousemoveevent' 'mousemev' boolean (default off)
global
- {only works in the GUI}
When on, mouse move events are delivered to the input queue and are
available for mapping. The default, off, avoids the mouse movement
overhead except when needed.
Warning: Setting this option can make pending mappings to be aborted
when the mouse is moved.
- Currently only works in the GUI, may be made to work in a terminal
- later.
*'mousescroll'*
'mousescroll' string (default "ver:3,hor:6")