mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
Merge pull request #21395 from neovim/backport-21394-to-release-0.8
[Backport release-0.8] docs: mention how to remove the "How-to disable mouse" menu item
This commit is contained in:
@@ -79,7 +79,6 @@ centralized reference of the differences.
|
|||||||
|
|
||||||
- |g:vimsyn_embed| defaults to "l" to enable Lua highlighting
|
- |g:vimsyn_embed| defaults to "l" to enable Lua highlighting
|
||||||
|
|
||||||
|
|
||||||
Default Mouse ~
|
Default Mouse ~
|
||||||
*default-mouse* *disable-mouse*
|
*default-mouse* *disable-mouse*
|
||||||
By default the mouse is enabled, and <RightMouse> opens a |popup-menu| with
|
By default the mouse is enabled, and <RightMouse> opens a |popup-menu| with
|
||||||
@@ -100,7 +99,10 @@ the following:
|
|||||||
\ autocmd CursorMoved * ++once set mouse&<Bar>
|
\ autocmd CursorMoved * ++once set mouse&<Bar>
|
||||||
\ echo 'mouse ON'<CR>
|
\ echo 'mouse ON'<CR>
|
||||||
<
|
<
|
||||||
|
To remove the "How-to disable mouse" menu item and the separator above it: >vim
|
||||||
|
aunmenu PopUp.How-to\ disable\ mouse
|
||||||
|
aunmenu PopUp.-1-
|
||||||
|
<
|
||||||
Default Mappings ~
|
Default Mappings ~
|
||||||
*default-mappings*
|
*default-mappings*
|
||||||
Nvim creates the following default mappings at |startup|. You can disable any
|
Nvim creates the following default mappings at |startup|. You can disable any
|
||||||
|
Reference in New Issue
Block a user