summaryrefslogtreecommitdiffstats
path: root/.config/tridactyl/tridactylrc
blob: 80814464f1d6cf31d7d86b5189ad319dd7db21ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
bind j scrollline 2
bind k scrollline -2
bind n scrollline 2
bind p scrollline -2

bind J tabprev
bind K tabnext
bind P tabprev
bind N tabnext

bind d scrollpage 0.5
bind u scrollpage -0.5
unbind <C-d>
unbind <C-u>

bind x tabclose
bind X undo

bind gd tabduplicate
bind gw tabdetach

bind O fillcmdline bmarks

bind ;<Space> fillcmdline_notrail

set hintfiltermode vimperator-reflow
set hintnames numeric

set browser iceweasel

autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t", "www", "old")