summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-04-03 10:13:31 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-04-03 10:13:41 +0200
commit7339375aae4c25f2b768a5cd6f474baec0539250 (patch)
tree9e39f597db8d904d357bedd9b9d935281961d5ad
parent54eec2fe3a6b41dafdd9b1c5d5bdc46342456372 (diff)
downloaddotfiles-7339375aae4c25f2b768a5cd6f474baec0539250.tar.gz
dotfiles-7339375aae4c25f2b768a5cd6f474baec0539250.tar.bz2
dotfiles-7339375aae4c25f2b768a5cd6f474baec0539250.zip
FF4 vimperator
-rw-r--r--.vimperatorrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/.vimperatorrc b/.vimperatorrc
index a153fe9..74bf165 100644
--- a/.vimperatorrc
+++ b/.vimperatorrc
@@ -3,13 +3,14 @@
3" ========== 3" ==========
4 4
5" show URL-Bar in FF 5" show URL-Bar in FF
6set guioptions+=T 6"set guioptions+=T
7set toolbars=none,navigation,tabs
7 8
8" Open resized popups in a new window 9" Open resized popups in a new window
9set popups=resized 10set popups=resized
10 11
11" Automatically show completions while you are typing. 12" Automatically show completions while you are typing.
12set wildoptions=auto 13"set wildoptions=auto
13 14
14" what is completed 15" what is completed
15" s --> Search engines and keyword URLs 16" s --> Search engines and keyword URLs
@@ -45,4 +46,7 @@ map <A-p> :pastebin
45map ,b :js liberator.open("javascript:document.getElementsByTagName('body')[0].appendChild(document.createElement('script')).setAttribute('src','http://www.mendeley.com/min.php/bookmarklet')")<CR> 46map ,b :js liberator.open("javascript:document.getElementsByTagName('body')[0].appendChild(document.createElement('script')).setAttribute('src','http://www.mendeley.com/min.php/bookmarklet')")<CR>
46map ,e :js liberator.open("javascript:void(location.href='https://eaccess.ub.tum.de:2443/login?url='+location.href)")<CR> 47map ,e :js liberator.open("javascript:void(location.href='https://eaccess.ub.tum.de:2443/login?url='+location.href)")<CR>
47 48
49" 'tabgroup' is way too long
50cmap tg tabgroup
51
48" vim: ft=vim 52" vim: ft=vim