App Store:
itms-apps://search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?media=software&term=%7B%7Bclipboard%7D%7D
Google:
https://www.google.com/search?q={{clipboard}}
| ## Disable swipe history navigation (--disable-features=OverscrollHistoryNavigation) | |
| # Chrome | |
| defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false | |
| # Arc | |
| defaults write company.thebrowser.Browser AppleEnableSwipeNavigateWithScrolls -bool false |
| { | |
| "title": "Double tap volume_decrement/volume_increment to become rewind/fastforward.", | |
| "rules": [ | |
| { | |
| "description": "Double tap and hold volume_decrement to become rewind.", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "name": "volume_decrement pressed", |
App Store:
itms-apps://search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?media=software&term=%7B%7Bclipboard%7D%7D
Google:
https://www.google.com/search?q={{clipboard}}
| { | |
| "journal": { | |
| "prefix": "##", | |
| "body": [ | |
| "## $CURRENT_YEAR/$CURRENT_MONTH/$CURRENT_DATE", | |
| "", | |
| "今日工作:", | |
| "", | |
| "1. $0", | |
| "", |
| // Visual Studio Code Project level snippets https://code.visualstudio.com/updates/v1_28#_project-level-snippets | |
| // vscode-bat-snippets/bat.json at master · zf-l/vscode-bat-snippets https://github.com/zf-l/vscode-bat-snippets/blob/master/snippets/bat.json | |
| { | |
| "echo off": { | |
| "prefix": "echooff", | |
| "body": [ | |
| "@echo off", | |
| "" | |
| ], | |
| "description": "Turn command-echoing off", |
| /* Please visit the URL below for more information: */ | |
| /* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */ | |
| .markdown-preview.markdown-preview { | |
| // modify your style here | |
| // eg: background-color: blue; | |
| // background-color: #F0F0F0; | |
| background-color: #ffffff !important; | |
| font-family: 'Microsoft YaHei'; |