summaryrefslogtreecommitdiff
path: root/.vimperatorrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimperatorrc')
-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