Skip to content

Instantly share code, notes, and snippets.

@chew-z
Last active October 24, 2015 21:57
Show Gist options
  • Save chew-z/a8f01c2db2b400ddd414 to your computer and use it in GitHub Desktop.
Save chew-z/a8f01c2db2b400ddd414 to your computer and use it in GitHub Desktop.
My settings for bang search plugin (Sublime Text)
{
"browsers_list": ["macosx","firefox", "safari"],
"definitions":
{
"!g": {
"type": "duckduckgo",
"caption": "Google Search"
},
"!gist": {
"type": "duckduckgo",
"caption": "Gist"
},
"!github": {
"type": "duckduckgo",
"caption": "Github"
},
"!stackoverflow": {
"type": "duckduckgo",
"caption": "Stackoverflow"
},
"!ad": {
"type": "duckduckgo",
"caption": "Ask Different"
},
"!yt": {
"type": "duckduckgo",
"caption": "Youtube"
},
"!w": {
"type": "duckduckgo",
"caption": "Wikipedia"
},
"@hn7": {
"type": "custom",
"caption" : "Hacker News <1 week",
"url" : "https://hn.algolia.com/?experimental&q={{q}}&sort=byPopularity&dateRange=pastWeek&type=story"
},
"@instapaper": {
"type": "custom",
"caption" : "Instapaper",
"url" : "https://www.instapaper.com/search?q={{q}}"
},
"@t.ly": {
"type": "custom",
"caption" : "term.ly",
"url" : "http://term.ly/{{q}}"
},
"@bw": {
"type": "custom",
"caption" : "Bing Weather",
"url" : "https://www.bing.com/search?q={{q}}%20weather"
},
"@g7": {
"type": "custom",
"caption" : "Google Search <1 week",
"url" : "https://google.com/?q={{q}}&hl=pl&tbs=qdr:w"
},
"@tweetbot": {
"type": "custom",
"caption" : "Tweetbot",
"url" : "tweetbot://@username/search?query={{q}}"
},
"@maps": {
"type": "custom",
"caption" : "Apple Maps",
"url" : "maps://?q={{q}}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment