From cb2bb4c3d653dd04bd041eb4cf0b33db8ba650b2 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 17 Feb 2023 08:48:23 -0800 Subject: [PATCH] tridactyl tweaks Fixes #1 --- .config/tridactyl/tridactylrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index 7d503bc..4095264 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -2,10 +2,15 @@ set update.lastchecktime 1670274234332 set configversion 2.0 +set editorcmd /opt/homebrew/bin/neovide + " vimperator hint mode set hintfiltermode vimperator-reflow set hintchars 1234567890 +" open in safari +command safari composite get_current_url | shellescape | !s open -a Safari + " only hint search results on DDG bindurl ^https://duckduckgo.com f hint -Jc [data-testid="result-title-a"] bindurl ^https://duckduckgo.com F hint -Jbc [data-testid="result-title-a"] @@ -33,5 +38,9 @@ autocontain facebook\.com facebook autocontain google\.com google autocontain notion\.so work -" For syntax highlighting see https://github.com/tridactyl/vim-tridactyl +" github +" https://docs.github.com/en/get-started/using-github/keyboard-shortcuts +unbindurl ^https://github.com s " focus the search bar +unbindurl ^https://github.com t " activate the file finder + " vim: set filetype=tridactyl