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