Created
October 24, 2014 06:36
-
-
Save Mange/c42e8c9aae27fb6efbc1 to your computer and use it in GitHub Desktop.
cVim config (vim bindings for chromium)
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
map H previousTab | |
map L nextTab | |
map J goBack | |
map K goForward | |
set defaultnewtabpage | |
set nosmoothscroll | |
let blacklists = ["*://mail.google.com/*", "*://feedly.com/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment