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
| DOMAIN-SUFFIX,ggpht.cn | |
| DOMAIN-SUFFIX,ggpht.com | |
| DOMAIN-SUFFIX,googlevideo.com | |
| DOMAIN-SUFFIX,gvt1.com | |
| DOMAIN-SUFFIX,gvt2.com | |
| DOMAIN-SUFFIX,video.google.com | |
| DOMAIN-SUFFIX,wide-youtube.l.google.com | |
| DOMAIN-SUFFIX,withyoutube.com | |
| DOMAIN-SUFFIX,youtu.be | |
| DOMAIN-SUFFIX,youtube |
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
| DOMAIN-SUFFIX,apple.com | |
| DOMAIN,apps.apple.com | |
| DOMAIN,itunes.apple.com | |
| DOMAIN-KEYWORD,apple-support.akadns.net | |
| DOMAIN-KEYWORD,apple.com.akadns.net | |
| DOMAIN-KEYWORD,apple.com.edgekey.net | |
| DOMAIN-KEYWORD,buy.itunes.apple.com | |
| DOMAIN-KEYWORD,smp-device | |
| DOMAIN-KEYWORD,testflight | |
| DOMAIN-KEYWORD,icloud.com.akadns.net |
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
| { | |
| "description": "Change fn+hjkl to arrow keys", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "h", | |
| "modifiers": { | |
| "mandatory": [ | |
| "fn" | |
| ], |
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
| { | |
| "description": "Press fn+spacebar to toggle IME", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "spacebar", | |
| "modifiers": { | |
| "mandatory": [ | |
| "fn" | |
| ], |
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
| set nocompatible | |
| set sw=4 | |
| set ts=4 | |
| set relativenumber | |
| set number | |
| set smartcase | |
| noh | |
| set hlsearch | |
| set incsearch | |
| set autochdir |