-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_vimperatorrc
35 lines (33 loc) · 1.3 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
"3.12.0 (created: 2016/02/28 22:07:56)
highlight CmdLine background: transparent; color: black; transition: all 0.25s;
highlight CmdLine>* font-family: DejaVu Sans Mono;
highlight CompItem font-family: DejaVu Sans Mono;
highlight CompTitle font-weight: bold; background: linear-gradient(to top, #DBDBDB 19%, #D9D9D9, #E7E7E7 100%); font-family: DejaVu Sans Mono;
highlight Hint font-family: DejaVu Sans Mono; font-size: 12px; font-weight: bold; text-transform: uppercase; color: white; background-color: black; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 0px 2px 0px 2px;
highlight HintElem background-color: transparent;
highlight StatusLine color: black; background: transparent; font-weight: normal; font-family: DejaVu Sans Mono;
inoremap <C-a> <Insert><C-a><Insert>
map J gT
map K gt
map x <C-d>
map X <C-u>
nnoremap <C-a> <Insert><C-a><Insert>
nnoremap <C-w> <Insert><C-w><Insert>
nnoremap <lt>Dpwn> j
nnoremap <Down> j
nnoremap <Up> k
noremap ; :
noremap : ;
noremap j <Down>
noremap k <Up>
set noautocomplete
set complete=sbl
set "editor=C:\\\\prgms\\\\Notepad++\\\\notepad++.exe"
set focuscontent
set hintchars=hjklasdfgyuiopqwertnmzxcvb
set hinttimeout=1500
set scroll=20
set tabnumbers
set titlestring=spookyFox
source! "C:\\Users\\spooks\\_vimperatorrc.local"
" vim: set ft=vimperator: