Last active
June 5, 2017 22:02
-
-
Save collinpeters/3cbcc42de39c134dd4b2 to your computer and use it in GitHub Desktop.
cvimrc
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
let barposition = "bottom" | |
let hintcharacters = "sadfjklewcmpgh" | |
let scrollstep = 150 | |
let smoothscroll = "true" | |
" space as leader | |
let mapleader = "\<Space>" | |
" Mappings | |
map <Leader>r reloadTabUncached | |
site 'https://issues.sonatype.org/*' { | |
call insertMode | |
} | |
site 'https://docs.sonatype.com/*' { | |
call insertMode | |
} | |
site 'https://mail.google.com/*' { | |
call insertMode | |
} | |
let blacklists = ["https://mail.google.com/*", "https://drive.google.com/*", "https://docs.google.com/*", "https://inbox.google.com/*", "https://www.youtube.com/*", "http://my.safaribooksonline.com/*", "https://feedly.com/*" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment