Last active
January 16, 2018 19:30
-
-
Save keyurshah/0f2f05a212de88a3c4fb to your computer and use it in GitHub Desktop.
#cvim
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
set regexp | |
set ignorecase | |
let blacklists = ["https://paper.dropbox.com/*", "https://coda.io/*", "https://mail.google.com/*", "*://mail.google.com/*", "@https://mail.google.com/mail/*", "*://codepen.io/*", "*://trello.com/*", "*.pcirapidcomply2.com/*"] | |
" blacklists prefixed by '@' act as a whitelist | |
let barposition = "bottom" | |
"unmap gt | |
"unmap K | |
"unmap gT | |
"unmap J | |
"unmap E | |
"unmap d | |
"unmap u | |
"unmap e | |
"unmap R | |
"unmap gR | |
"unmap yy | |
"unmap b | |
"unmap x | |
"unmap X | |
"unmap u | |
"unmap t | |
"unmap T | |
"unmap O | |
"unmap go | |
"unmap gO | |
"unmap a | |
"unmap p | |
"unmap P | |
map <C-u> scrollPageUp | |
map <C-d> scrollPageDown | |
"map R reloadTabUncached | |
map y yankDocumentUrl | |
map b :buffer<Space> | |
map B :buffer<Space> | |
map d closeTab | |
map u lastClosedTab | |
map O :tabnew<Space> | |
map T :tabnew&<Space> | |
map cc :chrome:// | |
map C :chrome:// | |
map E :chrome://extensions<CR> | |
map x hideDownloadsShelf | |
map D :duplicate&<CR> | |
map ad :duplicate&<CR> | |
"map <C-n> nextTab | |
"map <C-p> previousTab | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment