Last active
December 30, 2018 18:01
-
-
Save viix/cd0be8b0dc4b79955c88 to your computer and use it in GitHub Desktop.
My cVim Configuration
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
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