File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -718,6 +718,28 @@ some cases the hack itself is buggy and prevents the cursor from moving to the c
718718should. In that case you can try to disable it, especially if you are not using cursor animations
719719and the flickering does not bother as much.
720720
721+ #### Autodetect mouse grid
722+
723+ VimScript:
724+
725+ ``` vim
726+ let g:neovide_has_mouse_grid_detection = v:false
727+ ```
728+
729+ Lua:
730+
731+ ``` lua
732+ vim .g .neovide_has_mouse_grid_detection = true
733+ ```
734+
735+ ** Unreleased yet.**
736+
737+ ** Requires Neovim 0.12.0.**
738+
739+ Neovim will detect the mouse grid for much better mouse compatibility when enabled. This can be
740+ enabled starting from Neovim Nightly September 14. 2025, but won't be enabled by default until
741+ Neovim 0.12.0 is released. The behaviour when trying to enable it for older versions is undefined.
742+
721743### Input Settings
722744
723745#### macOS Option Key is Meta
You can’t perform that action at this time.
0 commit comments