| 1 | bind j scrollline 2 |
| 2 | bind k scrollline -2 |
| 3 | bind n scrollline 2 |
| 4 | bind p scrollline -2 |
| 5 | |
| 6 | bind J tabprev |
| 7 | bind K tabnext |
| 8 | bind P tabprev |
| 9 | bind N tabnext |
| 10 | |
| 11 | bind d scrollpage 0.5 |
| 12 | bind u scrollpage -0.5 |
| 13 | unbind <C-d> |
| 14 | unbind <C-u> |
| 15 | |
| 16 | bind x tabclose |
| 17 | bind X undo |
| 18 | |
| 19 | bind gd tabduplicate |
| 20 | bind gw tabdetach |
| 21 | |
| 22 | bind O fillcmdline bmarks |
| 23 | |
| 24 | bind ;<Space> fillcmdline_notrail |
| 25 | |
| 26 | set hintfiltermode vimperator-reflow |
| 27 | set hintnames numeric |
| 28 | |
| 29 | set browser iceweasel |
| 30 | |
| 31 | autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t", "www", "old") |