mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Add discardall command to RC
This commit is contained in:
parent
e5b9f4118a
commit
91ee67b6e1
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ command hint_focus hint -;
|
||||||
" Open right click menu on links
|
" Open right click menu on links
|
||||||
bind ;C composite hint_focus; !s xdotool key Menu
|
bind ;C composite hint_focus; !s xdotool key Menu
|
||||||
|
|
||||||
|
" Suspend / "discard" all tabs - handy for stretching out battery life
|
||||||
|
command discardall jsb browser.tabs.query({}).then(ts => browser.tabs.discard(ts.map(t=>t.id)))
|
||||||
|
|
||||||
" Julia docs' built in search is bad
|
" Julia docs' built in search is bad
|
||||||
set searchurls.julia https://www.google.com/search?q=site:http://docs.julialang.org/en/v1%20
|
set searchurls.julia https://www.google.com/search?q=site:http://docs.julialang.org/en/v1%20
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue