From b4a35ffe8cc476c5ed1e3b4e8a89c2f7e46063e6 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 16 Nov 2024 14:49:51 -0500 Subject: [PATCH] AutoYADM commit: 2024-11-16 14:49:50 --- .config/tridactyl/tridactylrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index 0424e475..d87792e7 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -1,10 +1,12 @@ " General Settings +set configversion 2.0 set update.lastchecktime 1731706223220 set update.nag true set update.nagwait 7 set update.lastnaggedversion 1.14.0 set update.checkintervalsecs 86400 -set configversion 2.0 +set searchengine duckduckgo +set hintchars neiomtsraglphdufcxwyqzvkbj " Binds bind ;x hint -F e => { const pos = tri.dom.getAbsoluteCentre(e); tri.excmds.exclaim_quiet("xdotool mousemove --sync " + window.devicePixelRatio * pos.x + " " + window.devicePixelRatio * pos.y + "; xdotool click 1")} @@ -38,7 +40,7 @@ bind gH home true bind p clipboard open bind P clipboard tabopen bind j scrollline 10 -bind scrollline 10 +unbind bind k scrollline -10 bind scrollline -10 bind h scrollpx -50 @@ -116,9 +118,9 @@ bind ;v hint -W mpvsafe bind ;V hint -V bind ;w hint -w bind ;t hint -W tabopen -bind ;O hint -W fillcmdline_notrail open -bind ;W hint -W fillcmdline_notrail winopen -bind ;T hint -W fillcmdline_notrail tabopen +bind ;O hint -W fillcmdline_notrail open +bind ;W hint -W fillcmdline_notrail winopen +bind ;T hint -W fillcmdline_notrail tabopen bind ;d hint -W tabopen --discard bind ;gd hint -qW tabopen --discard bind ;z hint -z @@ -175,8 +177,6 @@ bind N tabnext bind E tabprev bind I forward bind gobble 1 markaddglobal -" seturl ^https://chatgpt.com/* superignore true -" For syntax highlighting see https://github.com/tridactyl/vim-tridactyl -" vim: set filetype=tridactyl -set hintchars neiomtsraglphdufcxwyqzvkbj +" For syntax highlighting see https://github.com/tridactyl/vim-tridactyl +" vim: set filetype=tridactyl \ No newline at end of file