-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.pentadactylrc
58 lines (41 loc) · 1.26 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
set editor='/home/rgh/bin/vimperator-editor'
set defsearch='duckduckgo'
set complete='l'
set guioptions=s
map <C-p> <none>
map <C-n> <none>
map <C-o> <none>
map <C-i> <none>
"up/down on the page
map -builtin n j
map -builtin e k
"left/right on the page
map -builtin s h
map -builtin t l
"forward & backward in the history stack
map -builtin S H
map -builtin T L
"create new tabs
map -builtin h t
map -builtin H T
"cycle througth tabs
map -builtin E gT
map -builtin N gt
nmap -builtin <C-t> tabmove -1
" map -builtin <C-e> tabmove! +1<cr>
"re-search
map -builtin K N
map -builtin k n
" :command-nargs=*ddgopen ddg <args>
colorscheme solarized-dark
command! fb emenu Tools.Firebug.Open Firebug
command! vs viewsource
command! hoo -nargs=* -complete search open http://hayoo.fh-wedel.de/?query=<args>
command! qoo -nargs=* -complete search open "http://hackage.haskell.org/packages/search?terms=<args>"
command! ddg open http://www.duckduckgo.com <args>
command! phw open https://phabricator.filterfish.org/w
command! phd open https://phabricator.filterfish.org/differential/
command! phpj open https://phabricator.filterfish.org/project/
command! phm open https://phabricator.filterfish.org/maniphest/
command! php open https://phabricator.filterfish.org/paste/
" vim: ft=vim