From 2a7f759a290efcc87f6b0f4224a9f410fc2a1070 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Thu, 3 Aug 2023 18:43:26 +0200
Subject: [PATCH] Commit tridactylrc.

---
 bookworm/home_files/user/.tridactylrc | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 bookworm/home_files/user/.tridactylrc

diff --git a/bookworm/home_files/user/.tridactylrc b/bookworm/home_files/user/.tridactylrc
new file mode 100644
index 0000000..8da0831
--- /dev/null
+++ b/bookworm/home_files/user/.tridactylrc
@@ -0,0 +1,18 @@
+# sanitize tridactyllocal tridactylsync
+# guiset tabs always 
+# guiset hoverlink left
+# guiset statuspanel right 
+autocmd DocStart www.reddit.com urlmodify -t www.reddit old.reddit
+# bind ö fillcmdline find
+# bind n findnext 1
+# bind N findnext -1
+bind j scrollline 3
+bind k scrollline -3
+set hintuppercase false
+set searchengine duckduckgo
+set theme midnight 
+set searchurls.wiktionary https://en.wiktionary.org/w/index.php?search=
+set searchurls.dictcc https://www.dict.cc/?s=
+set hintchars 123456qwertasdfgyxcvb
+guiset gui none
+escapehatch
-- 
2.30.2