]> git.madduck.net Git - etc/tridactyl.git/blob - .config/tridactyl/tridactylrc

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

initial checkin
[etc/tridactyl.git] / .config / tridactyl / tridactylrc
1 sanitize tridactylsync tridactyllocal
2
3 set editorcmd x-terminal-emulator -name tridactyl-edit -e ~/.config/tridactyl/edit-and-backup
4
5 set searchengine brave
6 set searchurls.pad https://pad.riseup.net/p/%s
7 set searchurls.tunes https://tunes.madduck.net/artists/%s/
8
9 set theme dark
10
11 set modeindicator false
12
13 bind <C-1> tabnext_gt 1
14 bind <C-2> tabnext_gt 2
15 bind <C-3> tabnext_gt 3
16 bind <C-4> tabnext_gt 4
17 bind <C-5> tabnext_gt 5
18 bind <C-6> tabnext_gt 6
19 bind <C-7> tabnext_gt 7
20 bind <C-8> tabnext_gt 8
21 bind <C-9> tabnext_gt 9