Created
April 17, 2024 14:48
-
-
Save rvega/6f7121f52efb9bc2529714c035709fc4 to your computer and use it in GitHub Desktop.
cvim config
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
unmapAll | |
iunmapAll | |
map / openSearchBar | |
map n nextSearchResult | |
map N previousSearchResult | |
map F createTabbedHint | |
map f createHint | |
map k scrollUp | |
map j scrollDown | |
map gf nextFrame | |
map gg scrollToTop | |
map G scrollToBottom | |
map i insertMode | |
let hintCharacters = "asdfghjkl;" | |
let blacklists = ["https://docs.google.com/*","https://www.speedcoder.net/*","https://vivaldi.com/*","https://www.aa.com/*","https://www.vodafone.de/*","https://line6.com/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment