Created
January 22, 2018 17:23
-
-
Save make-github-pseudonymous-again/d22c4a61d5fd77d07a8e4cfbfbfdf526 to your computer and use it in GitHub Desktop.
Tridactyl config
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
| { | |
| "state": { | |
| "mode": "normal", | |
| "last_ex_str": "", | |
| "cmdHistory": [] | |
| }, | |
| "userconfig": { | |
| "searchurls": { | |
| "g": "https://google.com/search?q=", | |
| "w": "https://en.wikipedia.org/w/index.php?search=", | |
| "ipfs": "https://ipfs.io/ipfs/", | |
| "py2": "https://docs.python.org/2/search.html?check_keywords=yes&area=default&q=", | |
| "py3": "https://docs.python.org/3/search.html?check_keywords=yes&area=default&q=", | |
| "mdn": "https://developer.mozilla.org/en-US/search?q=", | |
| "npm": "https://www.npmjs.com/search?q=", | |
| "gt": "https://translate.google.com/#auto/en/", | |
| "ltx": "https://en.wikibooks.org/wiki/Special:Search?prefix=LaTeX/&search=", | |
| "gs": "https://scholar.google.com/scholar?q=" | |
| }, | |
| "storageloc": "local" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment