diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-04-15 21:13:42 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-04-15 21:13:42 +0000 |
commit | 13fcaaf1954e9f0d5aa53a55084e01b2c2741202 (patch) | |
tree | 526724d830562d07e6ecb2cde83aa8323070ae15 /runtime/doc/scroll.txt | |
parent | 402d2fea7025356c7abcb891017a1b7ddf99cbbf (diff) | |
download | vim-git-13fcaaf1954e9f0d5aa53a55084e01b2c2741202.tar.gz |
updated for version 7.0066v7.0066
Diffstat (limited to 'runtime/doc/scroll.txt')
-rw-r--r-- | runtime/doc/scroll.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/scroll.txt b/runtime/doc/scroll.txt index 262753366..1aa1b9304 100644 --- a/runtime/doc/scroll.txt +++ b/runtime/doc/scroll.txt @@ -1,4 +1,4 @@ -*scroll.txt* For Vim version 7.0aa. Last change: 2005 Feb 10 +*scroll.txt* For Vim version 7.0aa. Last change: 2005 Apr 01 VIM REFERENCE MANUAL by Bram Moolenaar @@ -265,12 +265,12 @@ You can also use Alt and Ctrl modifiers. This only works when Vim gets the scroll wheel events, of course. You can check if this works with the "xev" program. -When using Xfree86, the /etc/XF86Config file should have the correct entry for +When using XFree86, the /etc/XF86Config file should have the correct entry for your mouse. For FreeBSD, this entry works for a Logitech scrollmouse: > Protocol "MouseMan" Device "/dev/psm0" ZAxisMapping 4 5 -See the Xfree86 documentation for information. +See the XFree86 documentation for information. *xterm-mouse-wheel* To use the mouse wheel in a new xterm you only have to make the scroll wheel |