From da2501c5bd9c9995f8c3365953ff3afd7582b45a Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Tue, 13 Dec 2022 07:37:34 +0800 Subject: [PATCH] docs: mention how to remove the "How-to disable mouse" menu item --- runtime/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 index 5c1725a1f8..229ed95826 100644 --- 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 opens a |popup-menu| with @@ -99,7 +98,10 @@ the following: \ autocmd CursorMoved * ++once set mouse& \ echo 'mouse ON' < - +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