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