Mercurial > dotfiles
annotate tridactyl/tridactylrc @ 499:ddbe50433fff
Fix jk bindings for tridactyl.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 20 Apr 2020 16:19:04 -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 |
447 | 10 bind J tabprev |
11 bind K tabnext | |
12 | |
13 bind < tabmove -1 | |
14 bind > tabmove +1 | |
15 | |
467
d3ff438a4f8b
Tridactyl config tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
447
diff
changeset
|
16 bind <F1> buffer # |
499
ddbe50433fff
Fix jk bindings for tridactyl.
Ludovic Chabant <ludovic@chabant.com>
parents:
467
diff
changeset
|
17 |
ddbe50433fff
Fix jk bindings for tridactyl.
Ludovic Chabant <ludovic@chabant.com>
parents:
467
diff
changeset
|
18 bind j scrollline 20 |
ddbe50433fff
Fix jk bindings for tridactyl.
Ludovic Chabant <ludovic@chabant.com>
parents:
467
diff
changeset
|
19 bind k scrollline -20 |