From ba84f7fc002ecf92a5bc56fa8902b1625b0f8fc9 Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Fri, 19 Jun 2015 00:37:11 -0300 Subject: defaults: set 'mouse' to 'a' by default. #2860 Re: https://github.com/neovim/neovim/issues/2676 Also, some documentation changes. --- runtime/doc/help.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/doc/help.txt') diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index 347c1310ff..6e7f2920e7 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -8,8 +8,7 @@ Close this window: Use ":q". Get out of Vim: Use ":qa!" (careful, all changes are lost!). Jump to a subject: Position the cursor on a tag (e.g. |bars|) and hit CTRL-]. - With the mouse: ":set mouse=a" to enable the mouse (in xterm or GUI). - Double-click the left mouse button on a tag, e.g. |bars|. + With the mouse: Double-click the left mouse button on a tag, e.g. |bars|. Jump back: Type CTRL-T or CTRL-O (repeat to go further back). Get specific help: It is possible to go directly to whatever you want help -- cgit