Skip to content

Instantly share code, notes, and snippets.

@bartman
Last active August 29, 2015 14:18
Show Gist options
  • Save bartman/d98c0355c6056a96142c to your computer and use it in GitHub Desktop.
Save bartman/d98c0355c6056a96142c to your computer and use it in GitHub Desktop.
cvimrc.vim
" 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