Mercurial > dotfiles
annotate tridactyl/tridactylrc @ 497:8f36fc391ddf
Add jk bindings to tridactyl.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 10 Apr 2020 17:12:43 -0700 |
parents | d3ff438a4f8b |
children | 35094cf31de4 |
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 # |