neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 0b20762c6042f2bfc5facf05754fd549b95b3cc1
parent a442c9f5564ff9690803faa92012e35541588294
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Tue, 13 Dec 2022 09:43:49 +0800

docs: remove "How-to disable mouse" menu item #21394


Diffstat:
Mruntime/doc/vim_diff.txt | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt @@ -78,7 +78,6 @@ centralized reference of the differences. - |g:vimsyn_embed| defaults to "l" to enable Lua highlighting - Default Mouse ~ *default-mouse* *disable-mouse* By default the mouse is enabled, and <RightMouse> opens a |popup-menu| with @@ -99,7 +98,10 @@ the following: \ autocmd CursorMoved * ++once set mouse&<Bar> \ 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* Nvim creates the following default mappings at |startup|. You can disable any