Mercurial > dotfiles
annotate tridactyl/tridactylrc @ 511:57845c896a58
Add passkeys to websites on firefox
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 14 Nov 2021 21:56:05 -0800 |
parents | 35094cf31de4 |
children |
rev | line source |
---|---|
447 | 1 echo "Welcome to Tridactyl" |
2 | |
3 set searchengine duckduckgo | |
4 | |
467
d3ff438a4f8b
Tridactyl config tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
447
diff
changeset
|
5 set smoothscroll true |
d3ff438a4f8b
Tridactyl config tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
447
diff
changeset
|
6 |
d3ff438a4f8b
Tridactyl config tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
447
diff
changeset
|
7 set hintfiltermode vimperator-reflow |
d3ff438a4f8b
Tridactyl config tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
447
diff
changeset
|
8 set hintnames numeric |
d3ff438a4f8b
Tridactyl config tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
447
diff
changeset
|
9 |
497
8f36fc391ddf
Add jk bindings to tridactyl.
Ludovic Chabant <ludovic@chabant.com>
parents:
467
diff
changeset
|
10 bind j scrollline 20 |
8f36fc391ddf
Add jk bindings to tridactyl.
Ludovic Chabant <ludovic@chabant.com>
parents:
467
diff
changeset
|
11 bind k scrollline -20 |
8f36fc391ddf
Add jk bindings to tridactyl.
Ludovic Chabant <ludovic@chabant.com>
parents:
467
diff
changeset
|
12 |
447 | 13 bind J tabprev |
14 bind K tabnext | |
15 | |
16 bind < tabmove -1 | |
17 bind > tabmove +1 | |
18 | |
467
d3ff438a4f8b
Tridactyl config tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
447
diff
changeset
|
19 bind <F1> buffer # |
499
ddbe50433fff
Fix jk bindings for tridactyl.
Ludovic Chabant <ludovic@chabant.com>
parents:
467
diff
changeset
|
20 |
ddbe50433fff
Fix jk bindings for tridactyl.
Ludovic Chabant <ludovic@chabant.com>
parents:
467
diff
changeset
|
21 bind j scrollline 20 |
ddbe50433fff
Fix jk bindings for tridactyl.
Ludovic Chabant <ludovic@chabant.com>
parents:
467
diff
changeset
|
22 bind k scrollline -20 |
511
57845c896a58
Add passkeys to websites on firefox
Ludovic Chabant <ludovic@chabant.com>
parents:
503
diff
changeset
|
23 |
57845c896a58
Add passkeys to websites on firefox
Ludovic Chabant <ludovic@chabant.com>
parents:
503
diff
changeset
|
24 blacklistadd app.milanote.com |
57845c896a58
Add passkeys to websites on firefox
Ludovic Chabant <ludovic@chabant.com>
parents:
503
diff
changeset
|
25 blacklistadd www.inoreader.com |
57845c896a58
Add passkeys to websites on firefox
Ludovic Chabant <ludovic@chabant.com>
parents:
503
diff
changeset
|
26 blacklistadd www.fastmail.com/mail |
57845c896a58
Add passkeys to websites on firefox
Ludovic Chabant <ludovic@chabant.com>
parents:
503
diff
changeset
|
27 |