Mercurial > dotfiles
annotate tridactyl/tridactylrc @ 503:35094cf31de4
Merged changes.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 20 Apr 2020 16:24:08 -0700 |
parents | ddbe50433fff 8f36fc391ddf |
children | 57845c896a58 |
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 |