From 27622b0928dc9278ce84ebe28b3ff06827528012 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 18 Aug 2024 19:19:02 +0530 Subject: Add firefox module with tridactyl --- modules/firefox.home/tridactyl/tridactylrc | 56 ++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 modules/firefox.home/tridactyl/tridactylrc (limited to 'modules/firefox.home/tridactyl/tridactylrc') diff --git a/modules/firefox.home/tridactyl/tridactylrc b/modules/firefox.home/tridactyl/tridactylrc new file mode 100644 index 0000000..cb1a043 --- /dev/null +++ b/modules/firefox.home/tridactyl/tridactylrc @@ -0,0 +1,56 @@ +colorscheme phenax + +bind o fillcmdline tabopen +bind O fillcmdline open +bind p clipboard tabopen +bind P clipboard open + +set hintnames numeric +set editorcmd sensible-terminal -e nvim +set newtab about:blank +set viewsource default +set browsermaps { "": "escapehatch", "": "escapehatch" } + +" Tab control +unbind d +unbind D +unbind +unbind +bind tabclose +bind tabnext +bind tabprev +bind tabmove +1 +bind tabmove -1 + +unbind t +unbind T +" unbind tt +" bind tt tabopen file:///home/imsohexy/.config/qutebrowser/homepage/index.html + +unbind +unbind +bind scrollpx 0 200 +bind scrollpx 0 -200 + +" Open tab by index +bind 1 tab 1 +bind tab 1 +bind 2 tab 2 +bind tab 2 +bind 3 tab 3 +bind tab 3 +bind 4 tab 4 +bind tab 4 +bind 5 tab 5 +bind tab 5 +bind 6 tab 6 +bind tab 6 +bind 7 tab 7 +bind tab 7 +bind 8 tab 8 +bind tab 8 +bind 9 tab 9 +bind tab 9 +bind 0 tab 10 +bind tab 10 + -- cgit v1.3.1