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