Skip to content

Instantly share code, notes, and snippets.

@huynle
Last active February 15, 2020 13:47
Show Gist options
  • Select an option

  • Save huynle/8fbebc7560f32d0bd69af9771dd86d4c to your computer and use it in GitHub Desktop.

Select an option

Save huynle/8fbebc7560f32d0bd69af9771dd86d4c to your computer and use it in GitHub Desktop.
cvimrc Chrome extension
set autoupdategist
set noautofocus
set nocncpcompletion
set smoothscroll
set hud
set noregex
set noinsertmappings
set typelinkhints
set defaultnewtabpage
let scrollduration = 10
let searchlimit = 40
let searchalias g = "google"
let barposition = "bottom"
let typelinkhintsdelay = "0"
let hintcharacters = "fdsawerjkiop"
iunmapAll
let mapleader = ";"
map : openCommandBar
map q closeTab
map l nextTab
map h previousTab
map <C-l> nextTab
map <C-h> previousTab
map <C-f> scrollFullPageDown
map <C-b> scrollFullPageUp
map F createActiveTabbedHint
map f createHint
map R reloadTabUncached
map s :open google<Space>
map S :open! google<Space>
map i goToInput
map u lastClosedTab
map <C-z> toggleCvim
site "https://reddit.com/*" {
unmapAll
}
let blacklists = ["*://*/*.pdf","chrome://*","https://mail.google.com/*","https://www.google.com/calendar/*","*://calendar.google.com/*","*://stackedit.io/*","localhost*","*://app.sketchup.com/*","*10.1*","*hackmd.io/*","hackmd.io/*","https://10.1.*", "*odell.us.lmco.com/*", "*console.aws.amazon.com/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment