Commit | Line | Data |
---|---|---|
2446aab5 AB |
1 | set editorcmd emcl |
2 | ||
8c71e630 AB |
3 | bind j scrollline 2 |
4 | bind k scrollline -2 | |
5 | bind n scrollline 2 | |
6 | bind p scrollline -2 | |
7 | ||
f120f77c AB |
8 | bind 0 scrollto 0 x |
9 | bind - scrollto 100 x | |
10 | ||
8c71e630 AB |
11 | bind J tabprev |
12 | bind K tabnext | |
13 | bind P tabprev | |
14 | bind N tabnext | |
15 | ||
16 | bind d scrollpage 0.5 | |
17 | bind u scrollpage -0.5 | |
77bc0ba9 AB |
18 | unbind <C-d> |
19 | unbind <C-u> | |
8c71e630 AB |
20 | |
21 | bind x tabclose | |
22 | bind X undo | |
f120f77c | 23 | bind <C-S> stop |
8c71e630 AB |
24 | |
25 | bind gd tabduplicate | |
26 | bind gw tabdetach | |
27 | ||
77bc0ba9 AB |
28 | bind O fillcmdline bmarks |
29 | ||
8c71e630 AB |
30 | bind ;<Space> fillcmdline_notrail |
31 | ||
f120f77c AB |
32 | unbind <C-f> |
33 | ||
8c71e630 AB |
34 | set hintfiltermode vimperator-reflow |
35 | set hintnames numeric | |
36 | ||
37 | set browser iceweasel | |
38 | ||
f120f77c AB |
39 | seturl warrior.uwaterloo.ca noiframe true |
40 | ||
41 | " autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t", "www", "old") |