679:2c32255d5c84 | 680:b89661b25b51 |
---|---|
1 set complete=sl | |
2 | |
3 style browser .tab-close-button{ display: none; } | |
4 | |
5 command! reader execute "open about:reader?url=" + content.location.href | |
6 | |
7 nmap <F1> <Nop> | |
8 nmap <F4> :noh<CR> | |
9 | |
10 nmap q <Nop> | |
11 nmap s tgoogle | |
12 nmap S :winopen -private google | |
13 | |
14 nmap J gt | |
15 nmap K gT | |
16 | |
17 nmap <C-r> :reader<CR> | |
18 | |
19 source! ~/.vimperatorrc.local | |
20 | |
21 " vim: set ft=vimperator: |