Skip to content

Commit 80b3bea

Browse files
committed
Update documentation
1 parent f76d882 commit 80b3bea

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

website/docs/configuration.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,28 @@ some cases the hack itself is buggy and prevents the cursor from moving to the c
718718
should. In that case you can try to disable it, especially if you are not using cursor animations
719719
and 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

0 commit comments

Comments
 (0)