summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/tridactyl/tridactylrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc
index 4a4ad62..471367a 100644
--- a/.config/tridactyl/tridactylrc
+++ b/.config/tridactyl/tridactylrc
@@ -36,6 +36,8 @@ bind <Space>c fillcmdline recontain
 
 bind <C-o> back
 bind <C-i> forward
+bind <C-n> tabnext
+bind <C-p> tabprev
 
 bind / fillcmdline find
 bind n findnext 1
@@ -53,8 +55,8 @@ bindurl news.ycombinator.com ;c hint -fr \d+\scomments
 bindurl news.ycombinator.com f hint -c [class*="storylink"]
 
 " better result hinting on ddg
-bindurl duckduckgo.com f hint -c [class*="result__url"]
-bindurl duckduckgo.com F hint -b -c [class*="result__url"]
+bindurl duckduckgo.com f hint -c a[class="result__url"]
+bindurl duckduckgo.com F hint -b -c a[class="result__url"]
 
 " hint: mpv/video
 bind gv js tri.native.run(`mpvplay ${document.location.href}`)