Issue
I have been trying to scroll half-page down/up within Eclipse (in Windows). Checked key-bindings but found nothing there. Is this possible in Eclipse with a short cut key? If it is not possible then can I integrate this with a plugin?
Solution
Self answering after a long time.
This is possible with Vrapper (Vim-like) plugin for Eclipse. It is basically bringing Vim environment in Eclipse but without breaking any existing Eclipse functionality.
Same shortcuts in Vim is valid also for this plugin.
CTRL+D
is half-page down.
CTRL+U
is half-page up.
Before using Vrapper keyboard shortcuts, make sure you unbind those keys from Eclipse.
Answered By - Enis Arik