diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-07-24 11:26:54 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-09-04 21:18:22 +0800 |
commit | 04bd700ac3bc2bdea0e0d8747de95dab2034aa11 (patch) | |
tree | 7b518323affdfcc3622d142f195f2c36c27c3319 /runtime/doc | |
parent | a5fe7940c8b9436b78ae408eae8345266423f2c8 (diff) | |
download | rneovim-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.txt | 3 |
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") |