Skip to content

Instantly share code, notes, and snippets.

@viix
Last active December 30, 2018 18:01
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 viix/cd0be8b0dc4b79955c88 to your computer and use it in GitHub Desktop.
Save viix/cd0be8b0dc4b79955c88 to your computer and use it in GitHub Desktop.
My cVim Configuration
unmap h
unmap l
unmap H
unmap L
map h goBack
map l goForward
map H scrollLeft
map L scrollRight
unmap K
unmap J
unmap q
unmap w
unmap e
map e nextTab
map q previousTab
map w scrollFullPageUp
unmap s
map s scrollFullPageDown
map n createTabbedHint
let searchengine baidu = "http://www.baidu.com/s?wd="
let searchalias b = "baidu"
let searchengine taobao = "http://s.taobao.com/search?q="
let searchalias t = "taobao"
let searchengine github = "https://github.com/search?utf8=%E2%9C%93&q="
let searchalias github = "github"
let hintcharacters = "wertyuipasdfghjkl"
let blacklists = ["https://console.ucloud.cn/*","http://www.foddy.net/*","https://ecs-cn-huhehaote.console.aliyun.com/*","http://localhost/*"]
let fullpagescrollpercent = 90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment