Last active
November 18, 2019 01:39
-
-
Save dedoyle/6f3c80fbca55010004ba708f38346136 to your computer and use it in GitHub Desktop.
cvimrc
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 b :bookmarks!<Space> | |
map w :bookmarks!<Space>/书签栏/wiki/ | |
let mapleader = "," | |
map <Leader>b :tabnew http://pms.dtedu.com/index.php?m=my&f=bug<CR> | |
map <Leader>c :tabnew http://caniuse.com<CR> | |
map <Leader>l :tabnew http://www.richyli.com/tool/loremipsum/<CR> | |
map <Leader>m :tabnew https://jbt.github.io/markdown-editor/<CR> | |
map <Leader>n :tabnew https://naotu.baidu.com/home<CR> | |
map <Leader>j :tabnew http://192.168.0.206:8080/view/%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83(dev)/job/dev-upload-frontend/build<CR> | |
map <Leader>t :tabnew http://www.jstips.co/zh_CN/javascript/<CR> | |
map <leader>x :tabnew http://live.finance.sina.com.cn/bozhu/2718494727<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment