Vim Tips Wiki
Register
No edit summary
 
m (Correct scrolling in vim with trackpoint (UltraNav) moved to Fix scrolling when using Trackpoint: Page moved by JohnBot to improve title)

Revision as of 10:18, 18 October 2007

Previous TipNext Tip

Tip: #1103 - Fix scrolling when using Trackpoint

Created: January 11, 2006 3:01 Complexity: basic Author: Marcus Keinath Version: 5.7 Karma: 21/11 Imported from: Tip#1103

If you are using an pointing device called Trackpoint (or TouchStyk� as Synaptics calls it) you might encounter a problem with scrolling in gvim: When you use split windows, the scrolling function will always scroll one window and does not care where the cursor is.


To correct this (works for me with the Synaptics driver version 08/01/2005, 8.1.2.0):


backup the file tp4table.dat in C:\Programme\Synaptics\SynTP

edit the file tp4table.dat in C:\Programme\Synaptics\SynTP:


insert at line 128 (after Java support)


gvim support
  • ,*,gvim.exe,*,*,*,WheelStd,0,9


after restarting SynTPEnh.exe (e.g. reboot) it will work.


Enjoy :-)

Comments