Skip to content

Instantly share code, notes, and snippets.

@gyli
Last active April 1, 2016 05:34
Show Gist options
  • Save gyli/25403895322fddb7a1ea to your computer and use it in GitHub Desktop.
Save gyli/25403895322fddb7a1ea to your computer and use it in GitHub Desktop.
.cvimrc
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