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