-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vimperatorrc
47 lines (41 loc) · 2.21 KB
/
.vimperatorrc
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
40
41
42
43
44
45
46
47
"3.8.3 (created: 2014/11/09 13:19:01)
highlight Bell border: 0 none; background-color: #222222;
highlight CmdLine background: #222222; color: #afafaf; font-size: 9pt;
highlight CompDesc color: #c6c6c6; width: 50%; font-size: 9pt;
highlight CompItem[selected] background: #666666; color: #afafaf;
highlight CompResult width: 45%; overflow: hidden;font-size: 10pt; font-family: monospace; font-weight: normal;
highlight CompTitle color: #afafaf; background: #222222; font-weight: bold;
highlight CompTitle>* padding: 0 .5ex;
highlight ErrorMsg color: #ffffff; background: red; font-weight: bold;
highlight Filter font-weight: bold;color: black; background: white; border-radius: 2px;
highlight FrameIndicator background-color: #222222; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0;
highlight Function color: lightgreen; background: #222222;
highlight Hint font-family: Inconsolata; font-size: 14px; font-weight: bold; color: #F0F0F0; background-color: #303030; border: solid 1px #99FF33;
highlight HintActive background: #222222; color: #f6e9e9; border: solid 1px #F0F0F0;
highlight HintElem background-color: #222222; color: #f6e9e9;
highlight InfoMsg color: #afafaf; background: #222222;
highlight LineNr color: #afafaf; background: #222222;
highlight ModeMsg color: #afafaf; background: #222222; "CmdLine when Not in Use
highlight MoreMsg color: #afafaf; background: #222222;
highlight NonText color: lightblue; min-height: 16px; padding-left: 2px;
highlight Normal color: #afafaf; background: #222222;
highlight Number color: tan; background: #222222
highlight Question color: #ffffff; background: #222222; font-weight: bold;
highlight StatusLine color: #ffffff; background: #000000; "font-size: 8pt;
highlight String color: #222222; background: #afafaf;
highlight Tag color: #222222; background: #afafaf;
highlight Title color: #222222; background: #afafaf; font-weight: bold;
highlight URL text-decoration: none; color: lightblue; background: inherit;
highlight WarningMsg color: red; background: #222222;
source! /home/c/.vimperatorrc.local
" vim: set ft=vimperator:
colorscheme darkness
set gui=nonavigation
noremap J gT
noremap K gt
noremap j 3j
noremap k 3k
nnoremap ; :
nnoremap : ;
vnoremap ; :
vnoremap : ;