summaryrefslogtreecommitdiffstats
path: root/.config/tridactyl/tridactylrc
blob: 49bcde95b1348f9cd50d2bc83998649ce780a784 (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
32
33
34
35
36
37
38
39
40
41
set editorcmd emcl

bind j scrollline 2
bind k scrollline -2
bind n scrollline 2
bind p scrollline -2

bind 0 scrollto 0 x
bind - scrollto 100 x

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 <C-S> stop

bind gd tabduplicate
bind gw tabdetach

bind O fillcmdline bmarks

bind ;<Space> fillcmdline_notrail

unbind <C-f>

set hintfiltermode vimperator-reflow
set hintnames numeric

set browser iceweasel

seturl warrior.uwaterloo.ca noiframe true

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