From 8fc1c624621da7c937223de9c1d062dcee9276fd Mon Sep 17 00:00:00 2001 From: Petr Nyc Date: Mon, 18 Aug 2025 18:43:20 +0200 Subject: [PATCH] add tridactyl config --- .tridactylrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .tridactylrc diff --git a/.tridactylrc b/.tridactylrc new file mode 100644 index 0000000..418f6b7 --- /dev/null +++ b/.tridactylrc @@ -0,0 +1,23 @@ +" General Settings +set update.lastchecktime 1755245204669 +set update.nag true +set update.nagwait 7 +set update.lastnaggedversion 1.14.0 +set update.checkintervalsecs 86400 +set configversion 2.0 +set editorcmd '/opt/homebrew/bin/emacsclient' + + +" this doesn't work +" seturl ^https?://www.youtube.com disable true +" tip from https://github.com/tridactyl/tridactyl/issues/1559 +seturl youtube.com modeindicator false + +" vim bind u back +" vim bind U undo +" vim bind Y clipboard yank +" vim u +" nbind + +" For syntax highlighting see https://github.com/tridactyl/vim-tridactyl +" vim: set filetype=tridactyl \ No newline at end of file