Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 641 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 641 Bytes

ViPages

License: MIT

Browse web pages with vi(m)-like shortcuts.

Current supported shortcuts

  • gg
    scroll to top
  • G
    scroll to bottom
  • f
    downwards scroll one page
  • b
    upwards scroll one page
  • j
    downwards scroll one line
  • k
    upwards scroll one line
  • d
    downwards scroll one pixel
  • u
    upwards scroll one pixel

Guide

d and u is useful if you wanna achieve piexl-accuracy when adjusting the page for screenshot.