comparison runtime/doc/options.txt @ 20856:83cfa1ef1bf2

Update runtime files Commit: https://github.com/vim/vim/commit/65e0d77a66b7e50beb562ad554ace46c32ef8f0f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 14 17:29:55 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Jun 2020 17:45:04 +0200
parents 8e5f991db3b4
children 2d3cd9acf853
comparison
equal deleted inserted replaced
20855:6390b8b611fb 20856:83cfa1ef1bf2
1 *options.txt* For Vim version 8.2. Last change: 2020 May 31 1 *options.txt* For Vim version 8.2. Last change: 2020 Jun 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
5230 Normally you would enable the mouse in all five modes with: > 5230 Normally you would enable the mouse in all five modes with: >
5231 :set mouse=a 5231 :set mouse=a
5232 < If your terminal can't overrule the mouse events going to the 5232 < If your terminal can't overrule the mouse events going to the
5233 application, use: > 5233 application, use: >
5234 :set mouse=nvi 5234 :set mouse=nvi
5235 < The you can press ":", select text for the system, and press Esc to go 5235 < Then you can press ":", select text for the system, and press Esc to go
5236 back to Vim using the mouse events. 5236 back to Vim using the mouse events.
5237 In |defaults.vim| "nvi" is used if the 'term' option is not matching 5237 In |defaults.vim| "nvi" is used if the 'term' option is not matching
5238 "xterm". 5238 "xterm".
5239 5239
5240 When the mouse is not enabled, the GUI will still use the mouse for 5240 When the mouse is not enabled, the GUI will still use the mouse for