Last active
June 7, 2017 02:44
-
-
Save kosl90/3775930ade8eb58bd3d9 to your computer and use it in GitHub Desktop.
cVim config
This file contains hidden or 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
| map <C-d> scrollPageDown | |
| map <C-u> scrollPageUp | |
| map <C-f> scrollFullPageDown | |
| map <C-b> scrollFullPageUp | |
| map <BS> <NOP> | |
| unmap u | |
| map u lastClosedTab | |
| set noautofocus | |
| set smoothscroll | |
| let blacklists = ["https://www.nitrous.io/*","http://cocos2d-x.org/*","http://tryhaskell.org/*","https://ide.c9.io/*","https://ide.coding.net/*","https://www.wunderlist.com/*"] | |
| let nextmatchpattern="((?!first)(下一章|下一页|下一頁|next|more|>|›|»|forward| )+)" | |
| let previousmatchpattern="((?!last)(prev(ious)?|back|上一页|上一頁|上一章|«|less|<|‹| )+)" | |
| let searchengine baidu = "https://www.baidu.com/s?wd=" | |
| let searchengine caniuse = "http://caniuse.com/#search=" | |
| let searchengine npmsio = "https://npms.io/search?q=" | |
| let searchengine yarn = "https://yarnpkg.com/search?q=" | |
| let defaultengine = "bing" | |
| let completionengines = ["google", "duckduckgo", "wikipedia", "amazon", "yahoo", "can"] | |
| let searchengine dict = "http://dict.cn/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment