Last active
April 1, 2016 05:34
-
-
Save gyli/25403895322fddb7a1ea 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
set noautofocus | |
set nocncpcompletion | |
set smoothscroll | |
set hud | |
set noregex | |
set noinsertmappings | |
set typelinkhints | |
set defaultnewtabpage | |
let scrollduration = 20 | |
let searchlimit = 30 | |
let searchalias g = "google" | |
let mapleader = "\\" | |
let barposition = "bottom" | |
let typelinkhintsdelay = "0" | |
let hintcharacters = "fdsawerjkiop" | |
map : openCommandBar | |
map l nextTab | |
map h previousTab | |
map <C-l> nextTab | |
map <C-h> previousTab | |
map F createActiveTabbedHint | |
map f createHint | |
map p openPasteTab | |
map P openPaste | |
map S :open google<Space> | |
map s :tabnew google<Space> | |
map i goToInput | |
map u lastClosedTab | |
map <C-z> toggleCvim | |
map <Leader>ex :tabopen chrome://extensions<CR> | |
let blacklists = ["*://*/*.pdf <Down>", "https://cloud.digitalocean.com/*","https://mail.google.com/*","http://vim-adventures.com/*","https://translate.google.com/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment