forked from filterfish/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vimperatorrc
57 lines (46 loc) · 1.22 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
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
"set editor='uxterm -e vim'
set editor='gvim -f'
set defsearch='duckduckgo'
set complete='l'
set showstatuslinks=2
set tabnumbers
set animations
set noscrollbars
noremap <C-p> <none>
noremap <C-n> <none>
noremap <C-o> <none>
noremap <C-i> <none>
"up/down on the page
noremap n j
noremap e k
"left/right on the page
noremap s h
noremap t l
"forward & backward in the history stack
noremap S H
noremap T L
"create new tabs
noremap h t
noremap H T
"cycle througth tabs
noremap E gT
noremap N gt
"re-search
noremap K N
noremap k n
command! fb emenu Tools.Firebug.Open Firebug
command! vs viewsource
command! google open http://www.google.com <args>
command! wiki open http://wikipedia.org <args>
command! red open http://www.redditall.com
command! Red tabopen http://www.redditall.com
command! pm open http://pm.directednews.com
command! Pm tabopen http://pm.directednews.com
command! tw open http://twitter.com
command! Tw tabopen http://twitter.com
command! prod open http://topikality.com
command! Prod tabopen http://topikality.com
command! dev open http://localhost:3000
command! Dev tabopen http://localhost:3000
command! gems open /usr/local/ruby-1.9.2-p136/lib/ruby/gems/1.9.1/doc
command! gems18 open file:///usr/lib/ruby/gems/1.8/doc