Jump to anywhere in the displayed vim window using bisection.
Possible configuration in your vimrc:
nmap j :BisectStartDown nmap k :BisectStartUp nmap l :BisectStartRight nmap h :BisectStartLeft
Start bisecting vertically with j or k. continue bisecting with 'j' and 'k' keys. Pressing 'h', 'l', 'Esc' or 'Enter' will quit bisecting.
Start bisecting horizontally with h or l. continue bisecting with 'h' and 'l' keys. Pressing 'j', 'k', 'Esc' or 'Enter' will quit bisecting.