[source/keys:feat] add more scroll binds

This commit is contained in:
Maddison Hellstrom 2020-05-25 21:35:55 -07:00
parent 26423e58f1
commit aea75a330e
1 changed files with 12 additions and 0 deletions

12
keys.js
View File

@ -46,6 +46,18 @@ const maps = {
category: categories.scroll,
description: "Scroll down",
},
{
alias: "K",
map: "e",
category: categories.scroll,
description: "Scroll half page up",
},
{
alias: "J",
map: "d",
category: categories.scroll,
description: "Scroll half page down",
},
{
alias: "gi",
category: categories.pageNav,