Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
479:91652f4b9752 | 497:8f36fc391ddf |
---|---|
5 set smoothscroll true | 5 set smoothscroll true |
6 | 6 |
7 set hintfiltermode vimperator-reflow | 7 set hintfiltermode vimperator-reflow |
8 set hintnames numeric | 8 set hintnames numeric |
9 | 9 |
10 bind j scrollline 20 | |
11 bind k scrollline -20 | |
12 | |
10 bind J tabprev | 13 bind J tabprev |
11 bind K tabnext | 14 bind K tabnext |
12 | 15 |
13 bind < tabmove -1 | 16 bind < tabmove -1 |
14 bind > tabmove +1 | 17 bind > tabmove +1 |