Last active
January 13, 2020 02:47
-
-
Save ryanqy/80b74fa9c7f426bea898bbce01aa26f0 to your computer and use it in GitHub Desktop.
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
" alias ga to url chrome://apps | |
map ga :tabnew chrome://apps<CR> | |
map gw :tabnew https://chrome.google.com/webstore/category/extensions<CR> | |
let nextmatchpattern = "((?!first)(next|more|>|›|»|forward|后页|下一页)+)" | |
let previousmatchpattern = "((?!last)(prev(ious)?|newer|back|«|less|<|‹|前页|上一页)+)" | |
let barposition = "bottom" | |
set scalehints | |
set noautofocus | |
set showtabindices | |
let blacklists = ["*://docker*.qipeipu.net/*","*://jumpserver.qipeipu.net/*","*://*.icloud.com/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment