I think half page scroll in command mode makes this more useful. Control-D for half page scroll down and Control-U for half page scroll up.
Logged In: YES user_id=620803
+1
the lack of this feature is what keeps me from using the plugin, as it requires me to reach for the mouse
thanks for the great work, I've been waiting for vi integration for over a year now :o)
Logged In: YES user_id=567847
I looked into source code to try add half page scroll. I recognized that pressing Ctrl+<any key> doesn't trigger ViVerifyEvent.
Since Eclipse platform uses the combination Ctrl+o for "open file", there must be some way to do this...
Log in to post a comment.
Logged In: YES
user_id=620803
+1
the lack of this feature is what keeps me from using the
plugin, as it requires me to reach for the mouse
thanks for the great work, I've been waiting for vi
integration for over a year now :o)
Logged In: YES
user_id=567847
I looked into source code to try add half page scroll.
I recognized that pressing Ctrl+<any key> doesn't trigger
ViVerifyEvent.
Since Eclipse platform uses the combination Ctrl+o for "open
file",
there must be some way to do this...