mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Add DDG hint results bind and fix Google hint bind
This commit is contained in:
parent
019a364d66
commit
32fb44e459
1 changed files with 5 additions and 2 deletions
|
@ -54,9 +54,12 @@ bindurl wikiwand.com yy composite js document.location.href.replace("wikiwand.co
|
|||
" Make gu take you back to subreddit from comments
|
||||
bindurl reddit.com gu urlparent 4
|
||||
|
||||
" Only hint search results on Google
|
||||
" Only hint search results on Google and DDG
|
||||
bindurl www.google.com f hint -Jc .rc > .r > a
|
||||
bindurl www.google.com F hint -Jtc .rc>.r>a
|
||||
bindurl www.google.com F hint -Jbc .rc>.r>a
|
||||
|
||||
bindurl ^https://duckduckgo.com f hint -Jc [class=result__a]
|
||||
bindurl ^https://duckduckgo.com F hint -Jbc [class=result__a]
|
||||
|
||||
" Allow Ctrl-a to select all in the commandline
|
||||
unbind --mode=ex <C-a>
|
||||
|
|
Loading…
Add table
Reference in a new issue