From 6206aaf88532d153f0e01e22772b7f6e1c979afd Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 19 Aug 2024 14:36:34 +0530 Subject: Enabled user js for firefox + global keybindings manager --- modules/firefox.home/tridactyl/tridactylrc | 56 ++++++++---------------------- 1 file changed, 14 insertions(+), 42 deletions(-) (limited to 'modules/firefox.home/tridactyl') diff --git a/modules/firefox.home/tridactyl/tridactylrc b/modules/firefox.home/tridactyl/tridactylrc index cb1a043..2fe7075 100644 --- a/modules/firefox.home/tridactyl/tridactylrc +++ b/modules/firefox.home/tridactyl/tridactylrc @@ -1,56 +1,28 @@ colorscheme phenax -bind o fillcmdline tabopen -bind O fillcmdline open -bind p clipboard tabopen -bind P clipboard open - set hintnames numeric +set hintfiltermode vimperator-reflow set editorcmd sensible-terminal -e nvim set newtab about:blank set viewsource default -set browsermaps { "": "escapehatch", "": "escapehatch" } +set browsermaps { "": "escapehatch", "": "noh" } -" Tab control +" Unbind default keys unbind d unbind D -unbind -unbind -bind tabclose -bind tabnext -bind tabprev -bind tabmove +1 -bind tabmove -1 - +unbind +unbind unbind t +unbind tt unbind T -" unbind tt -" bind tt tabopen file:///home/imsohexy/.config/qutebrowser/homepage/index.html +unbind J +unbind K -unbind -unbind -bind scrollpx 0 200 -bind scrollpx 0 -200 +bind o fillcmdline tabopen +bind O fillcmdline open +bind p clipboard tabopen +bind P clipboard open -" 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 +bind --mode=normal J scrollpx 0 200 +bind --mode=normal K scrollpx 0 -200 -- cgit v1.3.1