Last active
October 4, 2020 10:26
-
-
Save vv111y/b88ab7be0e19c5af68fe725ddbeb800c to your computer and use it in GitHub Desktop.
cvimrc
This file contains hidden or 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
| site '*://*.youtube.com/*' { | |
| unmap j | |
| unmap k | |
| unmap l | |
| unmap < | |
| unmap > | |
| } | |
| let blacklists = ["*://mail.google.com/*","https://keycode.info/*","http://localhost/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment