mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
parent
f08e640423
commit
a03f58442e
|
|
@ -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 <C-[>
|
||||
"
|
||||
" "
|
||||
" " Misc settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue