Skip to content

Instantly share code, notes, and snippets.

@indam
Last active May 1, 2020 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indam/3a4ee582e5174023e106 to your computer and use it in GitHub Desktop.
Save indam/3a4ee582e5174023e106 to your computer and use it in GitHub Desktop.
cvimrc
set linkanimations
let searchlimit = 10 " to many lines will block your sight
let searchengine wikipedia = ['https://zh.wikipedia.org', 'https://zh.wikipedia.org/wiki/%s']
let completionengines = ['google', 'bing', 'wikipedia', 'google-image', 'youtube', 'wolframalpha']
let blacklists = ["https://mail.google.com/*","https://inbox.google.com/*","https://mmm.cern.ch/owa/*","http://theoldreader.com/*","https://172.31.1.96:8898/*","http://localhost:8888/*", "https://console.inspures.com/luna/*"]
let hintcharacters = "asdfqwerzxcv" " only use left hand to do navigation
map q H
map a L
map c K
map z J
" map n :tabnew google
" inactive, new tab
map T :tabnew&<Space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment