Last active
August 29, 2015 14:18
-
-
Save bartman/d98c0355c6056a96142c to your computer and use it in GitHub Desktop.
cvimrc.vim
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
" for examples, see: | |
" https://gist.github.com/RobertAudi/bededdec48e4e3eb4dde | |
" https://gist.github.com/calorie/cd2692a6b3f39f94f1ae | |
" https://github.com/haya14busa/dotfiles/blob/master/.cvimrc | |
let blacklists = ["https://mail.google.com/*","https://www.google.com/calendar/*","http*://news.ycombinator.com/*","http*://www.reddit.com/*","http*://*google.com/*","https://news.ycombinator.com/*","http://www.reddit.com/*","https://www.reddit.com/*"] | |
" maybe also... "*://*/*.pdf", "chrome://*", | |
" ------------------------ | |
" set noautoupdategist | |
" set noautofocus | |
let barposition = "bottom" | |
" set nonumerichints | |
map <C-u> scrollPageUp | |
map <C-d> scrollPageDown | |
map R reloadTabUncached | |
map y yankDocumentUrl | |
map D :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