diff --git a/.tridactylrc b/.tridactylrc index 56a26816..86d7fb56 100644 --- a/.tridactylrc +++ b/.tridactylrc @@ -112,6 +112,9 @@ " set searchurls.julia https://www.google.com/search?q=site:http://docs.julialang.org/en/v1%20 " " Search the current website with `open site [query]` " set jsurls.site async q => `https://www.google.com/search?num=100&q=${encodeURIComponent("site:" + new URL((await tri.webext.activeTab()).url).hostname + " " + q)}` +" +" " Free up ctrl+[ for back in case H etc. has been stolen +" unbind --mode=normal " " " " " Misc settings