Created
August 20, 2020 20:19
-
-
Save arafatamim/d61e09598e30f01406fff801d4080701 to your computer and use it in GitHub Desktop.
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
{ | |
"name": "Vimium C", | |
"@time": "21/08/2020, 02:18:07", | |
"time": 1597954687494, | |
"environment": { | |
"extension": "1.84.3", | |
"platform": "linux", | |
"chrome": 84 | |
}, | |
"keyMappings": [ | |
"# Insert your preferred key mappings here.", | |
"unmapAll", | |
"", | |
"map j scrollDown", | |
"map k scrollUp", | |
"map h scrollLeft", | |
"map l scrollRight", | |
"map J scrollFullPageDown", | |
"map K scrollFullPageUp", | |
"", | |
"map f LinkHints.activate", | |
"map F LinkHints.activateModeToOpenInNewTab", | |
"map yf LinkHints.activateModeToCopyLinkUrl", | |
"", | |
"map yy autoCopy", | |
"map pp autoOpen", | |
"", | |
"map / enterFindMode", | |
"map n performFind", | |
"", | |
"map gg scrollToTop", | |
"", | |
"map gi focusInput", | |
"map gf nextFrame", | |
"map go LinkHints.activateModeToEdit", | |
"", | |
"map < goPrevious", | |
"map > goNext", | |
"map t createTab", | |
"", | |
"map gU goToRoot", | |
"", | |
"map i enterInsertMode", | |
"", | |
"map v enterVisualMode", | |
"map V enterVisualLineMode", | |
"" | |
], | |
"linkHintCharacters": "sadjklewcmtgh", | |
"userDefinedCss": [ | |
".LH {", | |
"background: #eee;", | |
"border: none;", | |
"font-weight: 600;", | |
"color: #007a58;", | |
"padding: 5px;", | |
"font-size: 10pt;", | |
"box-shadow: 2px 2px 10px #00000033;", | |
"}", | |
"", | |
".HUD {", | |
"text-transform: uppercase;", | |
"font-weight: 600;", | |
"color: #007a58;", | |
"padding: 10px;", | |
"box-shadow: -4px -4px 10px #00000033; ", | |
"}", | |
"", | |
".HUD:after {", | |
"padding:10px;", | |
"border: none;", | |
"background: #eee;", | |
"}", | |
"", | |
".r {", | |
"border-radius: none;", | |
"box-shadow: none;", | |
"}", | |
"" | |
], | |
"vomnibarOptions": { | |
"maxMatches": 10, | |
"queryInterval": 500, | |
"sizes": "77,3,44", | |
"styles": "mono-url" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment