-
Notifications
You must be signed in to change notification settings - Fork 1
/
pentadactylrc
47 lines (33 loc) · 1.42 KB
/
pentadactylrc
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
" General Settings
" ----------------
loadplugins '\.(js|penta)$'
" Smooth scroll
set scrollsteps=20
set scrolltime=200
" Home row hint keys
set hintkeys=asdfg;lkjh
" Highlight all matching search terms
set hlfind
" Mappings
" --------
" Faster scrolling
nmap -builtin -silent j 3j
nmap -builtin -silent k 3k
" Default search over TLS
set defsearch=google-ssl
" No shift
nmap -builtin ; :
" Stop backspace from returning to previous page
nmap -builtin <bs> <nop>
" Clear highlighted search terms
nmap ,<space> <esc>:noh<CR>
" Appearance
" ----------
" Colorscheme (stolen from Steve Losh)
highlight Hint font-size: 14px; background: rgba(210,1,133,0.8) !important; border: 2px solid rgb(165,1,105); padding: 4px; border-radius: 3px; font-weight: bold; margin-left: -25px; color: white; font-family: Helvetica; line-height:1em;
highlight HintActive background: rgba(145,197,43,0.8) !important;
highlight HintElem background: rgba(255, 209, 20, 0.7) !important;
highlight StatusLine -moz-appearance: none !important; font-weight: bold; background: transparent !important; border: 0px !important; min-height: 22px !important; text-shadow: none !important; font: normal 14px/1 'Menlo' !important; padding: 3px 0px 3px 5px !important;
highlight CmdLine padding: 1px !important; font: normal 14px 'Menlo' !important;
highlight CmdOutput font: normal 13px 'Menlo' !important;
highlight CompItem font: normal 13px 'Menlo' !important;