diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-06-19 00:37:11 -0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-06-20 14:14:39 -0400 |
commit | ba84f7fc002ecf92a5bc56fa8902b1625b0f8fc9 (patch) | |
tree | 19b738de442b700a73fa1f6fb00a7b8dd9ec5acb /runtime/doc/help.txt | |
parent | 8e3f67f2a0166994925af75c0efa972d76ea82de (diff) | |
download | rneovim-ba84f7fc002ecf92a5bc56fa8902b1625b0f8fc9.tar.gz rneovim-ba84f7fc002ecf92a5bc56fa8902b1625b0f8fc9.tar.bz2 rneovim-ba84f7fc002ecf92a5bc56fa8902b1625b0f8fc9.zip |
defaults: set 'mouse' to 'a' by default. #2860
Re: https://github.com/neovim/neovim/issues/2676
Also, some documentation changes.
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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<Enter>". Get out of Vim: Use ":qa!<Enter>" (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 |