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 | ||
26 | unbind <C-f> | |
27 | ||
28 | set hintfiltermode vimperator-reflow | |
29 | set hintnames numeric | |
30 | set urlparenttrailingslash false | |
31 | ||
32 | set browser abrowser | |
33 | " set newtab https://bandali.eu.org | |
34 | ||
35 | seturl warrior.uwaterloo.ca noiframe true | |
36 | ||
37 | " autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t", "www", "old") |