-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.pentadactylrc
49 lines (43 loc) · 1.67 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
48
49
loadplugins '\.(js|penta)$'
group user
colorscheme amosbird
set titlestring="Ergonomized by Amos Bird"
set hintkeys=hjklasdfgyuiopqwertnmzxcvb
set strictfocus
set editor="eeee"
set guioptions='s'
map -modes=n s tg<Space>
map -count -modes=c,i,n,t,v <C-c> <Pass>
map -count -modes=n <C-a> <Pass>
map -count -modes=n <C-s> ts<Space>
map -count -modes=n = <count>+
map -count -modes=n gb <count>:bmarks!<Space>
map -count -modes=n gh <count>:history!<Space>
map -count -modes=n h <count>H
map -count -modes=n l <count>L
map -count -modes=n <C-,> <count>gT
map -count -modes=n <C-.> <count>gt
map -count -modes=n <C-f> <count>]]
map -count -modes=n <C-b> <count>[[
map -modes=n <C-j> :emenu Tools.Download Status Bar.Toggle Bar<CR>
map -modes=n <C-k> :emenu Tools.Zotero<CR>
map -modes=n zs :js Zotero_Browser.scrapeThisPage()<CR>
map -modes=n zp :js ZoteroPane.addItemFromPage()<CR>
map -count -modes=c,i <C-f> <Right>
map -count -modes=c,i <C-b> <Left>
map -count -modes=c,i <C-m> <Enter>
map -count -modes=i <C-j> <Down>
map -count -modes=i <C-k> <Up>
map -count -modes=c <C-j> <Tab>
map -count -modes=c <C-k> <S-Tab>
map -count -modes=c <C-p> <Up>
map -count -modes=c <C-n> <Down>
map -count -modes=c,i,t <C-v> <Pass>
map -count -modes=c,i,t <C-x> <Pass>
map -count -modes=c,i,t <C-z> <Pass>
set nextpattern='\s*(下一页|下一章|下一张|下一篇|下页|后页)\s*','\bnext\b',^>$,'^(>>|»)$','^(>|»)','(>|»)$','\bmore,'
set previouspattern='\s*(上一页|上一章|上一张|上一篇|上页|前页)\s*','\bprev|previous\b',^<$,'^(<<|«)$','^(<|«)','(<|«)$,'
set complete=l
hi FontFixed -a font: 18px "Ubuntu Mono" !important;
hi -a Hint font-size: 18px !important;
nmap -ex <C-r> :rehash