-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvimperatorrc
More file actions
26 lines (26 loc) · 768 Bytes
/
vimperatorrc
File metadata and controls
26 lines (26 loc) · 768 Bytes
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
set titlestring=""
set hintchars=qwertyuiopasdfghjkl
set followhints=0
noremap j 5j
noremap k 5k
noremap q gT
noremap w gt
noremap y Y
noremap Y y
noremap <C-d> <S-Esc><C-d><S-Esc>
noremap <c-c> <c-v><c-c>
noremap <c-a> <C-v><C-a>
noremap Q :tabmove! -1 <CR>
noremap W :tabmove! +1 <CR>
noremap U :undo<space>
noremap ,en :set encoding=UTF-8<CR>
noremap ,jp :set encoding=Shift_JIS<CR>
noremap ,cn :set encoding=GBK<CR>
noremap ,q :tabopen https://plus.google.com<CR>
noremap ,w :tabopen https://feedly.com<CR>
noremap ,a :tabopen http://dorama.info/drama/d_rate.php<CR>
map ,s :source ~/.vimperatorrc<CR>
map ss :stop<CR>
map sj :set toolbars=navigation<CR>
map sk :set toolbars=nonavigation<CR>
map <c-t> :set toolbars=navigation<CR> :tabopen about:newtab<CR> <F6>