-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimperatorrc
More file actions
34 lines (25 loc) · 1.14 KB
/
vimperatorrc
File metadata and controls
34 lines (25 loc) · 1.14 KB
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
"3.3 (created: 2011/11/13 17:32:12)
source! /home/tkojima/.vimperatorrc.local
set hintchars=ASDFGHJKLQWERTYUIOPZXCVBNM
set complete=sl
set focuscontent
nnoremap j 5j
nnoremap k 5k
nnoremap h <C-p>
nnoremap l <C-n>
nnoremap ,es :set encoding=Shift_JIS<CR>
nnoremap ,ec :set encoding=EUC-JP<CR>
nnoremap ,eu :set encoding=UTF-8<CR>
nnoremap ,ei :set encodeing=ISO-2022-JP<CR>
" RefControl
set! refcontrol.actions=@DEFAULT=\ ameba.jp=\ dtiblog.com=@FORGE\ fc2.com=\ image.itmedia.co.jp=@FORGE\ img.itmedia.co.jp=@FORGE\ minkch.com=@NORMAL\ momi7.momi3.net=@FORGE\ pixiv.net=@3RDPARTY:@FORGE\ www.b-idol.com=@FORGE\ xyzzz.blog.shinobi.jp=@FORGE\ bitbucket.org=@FORGE\ aws.amazon.com=@FORGE\ localhost=@FORGE\ cgi.b4iine.net=@FORGE\ twitter.com=@NORMAL
" plugin_loader.js
let g:plugin_loader_roots = "/home/tkojima/.vimperator/github/vimperator-plugins"
let g:plugin_loader_plugins = "_libly,copy,multi_requester,prevent-pseudo-domain,opener-ex,sbmcommentsviewer"
" sbmcommentsviewer.js
let g:def_sbm_format = "id,tags,comment,timestamp"
let g:def_sbms = "h"
noremap V :viewSBMComments<CR>
" multi_requester.js
nnoremap ,ma :mr alc<Space>
" vim: set ft=vimperator: