mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
docs: misc #31996
This commit is contained in:
4
runtime/lua/vim/_meta/options.lua
generated
4
runtime/lua/vim/_meta/options.lua
generated
@@ -4381,8 +4381,8 @@ vim.go.mousemodel = vim.o.mousemodel
|
||||
vim.go.mousem = vim.go.mousemodel
|
||||
|
||||
--- 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.
|
||||
--- available for mapping `<MouseMove>`. 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.
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user