| 1 | bind j scrollline 2 |
| 2 | bind k scrollline -2 |
| 3 | bind n scrollline 2 |
| 4 | bind p scrollline -2 |
| 5 | |
| 6 | bind 0 scrollto 0 x |
| 7 | bind - scrollto 100 x |
| 8 | |
| 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 |
| 16 | unbind <C-d> |
| 17 | unbind <C-u> |
| 18 | |
| 19 | bind x tabclose |
| 20 | bind X undo |
| 21 | bind <C-S> stop |
| 22 | |
| 23 | bind gd tabduplicate |
| 24 | bind gw tabdetach |
| 25 | |
| 26 | bind O fillcmdline bmarks |
| 27 | |
| 28 | bind ;<Space> fillcmdline_notrail |
| 29 | |
| 30 | unbind <C-f> |
| 31 | |
| 32 | set hintfiltermode vimperator-reflow |
| 33 | set hintnames numeric |
| 34 | |
| 35 | set browser iceweasel |
| 36 | |
| 37 | seturl warrior.uwaterloo.ca noiframe true |
| 38 | |
| 39 | " autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t", "www", "old") |