Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 384 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 384 Bytes

NoMouse

A simple browser extension that adds a basic Vim-like navigation.

Supported Vim bindings:

"j" => Scroll down
"k" => Scroll up
"h" => Move left
"l" => Move right
"g g" => Jump to the top of a page
"G" => Jump to the bottom of a page

Non Vim binding:

"H" => Go to the previous page in history
"L" => Go to the next page in history