-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add vertical vim movement support
This includes j to scroll down and k to scroll up, also supports Ctrl-D and Ctrl-U for even faster scroll, and support gg (scroll to top) and G (scroll to bottom) Yes, by supporting Ctrl-D and Ctrl-U, will prevent the browser defaults. Ctrl-U by default view the page source (tested on chromium & firefox) and Ctrl-D by default bookmark the page. I want this to be disabled by default, and can be enabled by the user (will be notified if the user hasn't set one) using the `:set` command, and store it into `localStorage`. So a TODO for me ig This was a lot of fun
- Loading branch information
1 parent
22feaad
commit 857c98c
Showing
1 changed file
with
59 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters