-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path.pentadactylrc
68 lines (55 loc) · 1.77 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
"let mapleader = ","
"map <C-y> <C-y>
"map <C-a> <Ins><C-a><Ins>
"map <C-c> <Ins><C-c><Ins>
"map <C-v> <Ins><C-v><Ins>
"imap <C-y> <Ins><C-y><Ins>
"imap <C-a> <Ins><C-a><Ins>
"imap <C-c> <Ins><C-c><Ins>
"imap <C-v> <Ins><C-v><Ins>
"map j <C-d>
"map k <C-u>
"map J <C-f>
"map K <C-b>
"map -builtin j 10j
"map -builtin k 10k
noremap j 5j
noremap k 5k
map w <C-d>
map e <C-u>
map W <C-f>
map E <C-b>
map h gT
map l gt
map s :stop<CR>
cmap <C-f> <Right>
cmap <C-b> <Left>
map <leader>da :tabopen about:addons<CR>
map <leader>dp :dialog preferences<CR>
map <leader>dd :downloads<CR>
map <leader>ds :dialog pagesource<CR>
map <leader>dc :dialog console<CR>
map <leader>di :dialog pageinfo<CR>
" use b for bookmarks
map b :bmarks
"干掉一些快捷键
" map <C-d> <Nop>
" map <C-u> <Nop>
" set titlestring=Mozilla\ Firefox
"命令行下拉菜单最多显示的条目数
"set maxitems=6
"Next Page and Previous Page超级的下一页,基本上是够用了.快捷键是[[和]]
set nextpattern=\s*下一页|下一张|下一篇|下页|后页\s*,^\bnext\b,\\bnext\\b,^>$,^(>>|»)$,^(>|»),(>|»)$,\\bmore\\b
set previouspattern=\s*上一页|上一张|上一篇|上页|前页\s*,^\bprev|previous\b,\\bprev|previous\\b,^<$,^(<<|«)$,^(<|«),(<|«)$
set hintmatching=custom
hi -a Hint font-size: 18pt !important;
"set hintkeys=asdfg;lkjh
"surround com and net可以直接先输入网站名,再用<CTRL>+<ENTER>快捷输入.com/.net
"cnoremap<S-Return> <End>.org<Home><C-Right><Right>www.<CR>
" cnoremap<C-Return> <C-e>.com<CR>
set editor='/usr/local/bin/mvim -f +<line> +"sil! call cursor(0, <column>)" <file>'
"set yankencodedurl=true
" ignorekeys add https://www.toodledo.com/tasks/index.php
" ignorekeys add http://www.toodledo.com/tasks/index.php
" ignorekeys add https://mail.google.com/
" vim: set ft=vim: