diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:18:53 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:18:53 +0100 |
| commit | 6cfca383ffa0e3e9d51d1cbc6f234b994851b63c (patch) | |
| tree | 0abe4f45421cf311ad0f909f32a4e524db16fc36 | |
| parent | 3bd9590a8099ab7ff2aae5d23e3962fe37ca1427 (diff) | |
tridactyl: update config
Diffstat (limited to '')
| -rw-r--r-- | .config/tridactyl/tridactylrc | 43 |
1 files changed, 29 insertions, 14 deletions
diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index cabeb0e..4a4ad62 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -1,9 +1,6 @@ " vim: ft=vim -" sanitise tridactyllocal tridactylsync +sanitise tridactyllocal tridactylsync -" rebind j/k for TST -reset J -reset K bind J tabnext bind K tabprev @@ -11,10 +8,13 @@ set browser firefox-nightly set allowautofocus false set searchengine duckduckgo set tabopencontaineraware true -set editorcmd foot -T tridactyl-editor -c /home/robert/.config/foot/float.ini -- nvim +set editorcmd foot -a floaterm -T tridactyl-editor -- nvim set historyresults 50 +" set newtab https://html.duckduckgo.com +set allowautofocus true set newtabfocus page -set allowautofocus false +set leavegithubalone false +" set blacklistkeys ["/","<Space>",";"] colors r @@ -23,6 +23,7 @@ unbind s unbind <C-f> unbind <C-a> unbind <F1> +unbind p bind <Space>tw fillcmdline tabopen -c wee bind <Space>tp fillcmdline tabopen -c pers @@ -86,10 +87,23 @@ seturl monkeytype.com superignore true " fix youtube seturl youtube.com noiframe true unbindurl youtube.com f +unbindurl youtube.com 1 +unbindurl youtube.com 2 +unbindurl youtube.com 3 +unbindurl youtube.com 4 +unbindurl youtube.com 5 +unbindurl youtube.com 6 +unbindurl youtube.com 7 +unbindurl youtube.com 8 +unbindurl youtube.com 9 +unbindurl youtube.com <Space> bindurl youtube.com h hint bindurl youtube.com T tabopen ddg.gg bindurl youtube.com C recontain personal +" fix twitch +unbindurl twitch.tv <Space> + " fix reddit seturl reddit.com allowautofocus true unbindurl reddit.com <Escape> @@ -106,11 +120,12 @@ unbindurl reddit.com h unbindurl reddit.com x unbindurl reddit.com l -unbindurl 4chan.*.org <S-t> -unbindurl 4chan.*.org j -unbindurl 4chan.*.org k -unbindurl 4chan.*.org x -unbindurl 4chan.*.org <S-b> - -set leavegithubalone false -set blacklistkeys ["/","<Space>",";"] +unbindurl boards.4chan.*.org x +unbindurl boards.4chan.*.org T +unbindurl boards.4chan.*.org B +unbindurl boards.4chan.*.org n +unbindurl boards.4chan.*.org p +unbindurl boards.4chan.*.org F +unbindurl boards.4chan.*.org W +unbindurl boards.4chan.*.org <C-j> +unbindurl boards.4chan.*.org <C-k> |