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 @@
" ==========
" show URL-Bar in FF
-set guioptions+=T
+"set guioptions+=T
+set toolbars=none,navigation,tabs
" Open resized popups in a new window
set popups=resized
" Automatically show completions while you are typing.
-set wildoptions=auto
+"set wildoptions=auto
" what is completed
" s --> Search engines and keyword URLs
@@ -45,4 +46,7 @@ map <A-p> :pastebin
map ,b :js liberator.open("javascript:document.getElementsByTagName('body')[0].appendChild(document.createElement('script')).setAttribute('src','http://www.mendeley.com/min.php/bookmarklet')")<CR>
map ,e :js liberator.open("javascript:void(location.href='https://eaccess.ub.tum.de:2443/login?url='+location.href)")<CR>
+" 'tabgroup' is way too long
+cmap tg tabgroup
+
" vim: ft=vim