mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Remove broken DDG binds
This commit is contained in:
parent
8dec69614a
commit
93dc645c8f
1 changed files with 3 additions and 2 deletions
|
@ -63,8 +63,9 @@ bindurl www.google.com f hint -Jc #search div:not(.action-menu) > a
|
||||||
bindurl www.google.com F hint -Jbc #search div:not(.action-menu) > a
|
bindurl www.google.com F hint -Jbc #search div:not(.action-menu) > a
|
||||||
|
|
||||||
|
|
||||||
bindurl ^https://duckduckgo.com f hint -Jc [class=result__a]
|
" DDG binds are broken as of May 2021
|
||||||
bindurl ^https://duckduckgo.com F hint -Jbc [class=result__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
|
" Allow Ctrl-a to select all in the commandline
|
||||||
unbind --mode=ex <C-a>
|
unbind --mode=ex <C-a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue