-
Notifications
You must be signed in to change notification settings - Fork 14
/
.vimperatorrc
27 lines (23 loc) · 1.09 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
set defsearch=duckduckgo
set status=input,location,bookmark,history,tabcount,position,ssl
set gui=none,tabs
set tabnumbers=true
set hintchars="sadfjklewcmpgh"
set hintmatching=fuzzy
nnoremap J gT
nnoremap K gt
nnoremap d <C-d>
nnoremap x :bd<CR>
nnoremap u <C-u>
nnoremap <S-x> :undo<CR>
nnoremap <Esc><Esc> :nohlsearch<CR><Esc>
nnoremap = :set gui=invnavigation<CR>
nnoremap C :tabduplicate<CR>
command kindle :javascript openURL('http://fivefilters.org/kindle-it/send.php?url=' + encodeURI(liberator.modules.buffer.URL))
highlight CmdLine background: #212121; color: #eaea81; transition: all 0.25s;
highlight Hint font-family: Ubuntu; font-size: 12px; font-weight: bold; text-transform: uppercase; color: white; background-color: red; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 0px 1px 0px 1px;
highlight InfoMsg color: teal; background: white;
highlight PromptText color: white; background: teal;
highlight StatusLine color: #d3d3d3; background: #212121; font-weight: normal;
highlight Title color: teal; background: white; font-weight: bold;
" vim: set sw=2 ts=2 et ft=vim