summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-11-18 17:32:27 +0100
committerRobert Günzler <r@gnzler.io>2022-11-18 18:38:19 +0100
commite2a9cf31168c3fa5d0d9ab4b7c11e433294eefb9 (patch)
treeecb048f9c681c08bce99c369fb812c04aff06601
parentf43d079c051524bc559e6d9328ce310b0a49c21e (diff)
tridactyl: update
-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}`)