diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2011-04-03 10:13:31 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2011-04-03 10:13:41 +0200 |
commit | 7339375aae4c25f2b768a5cd6f474baec0539250 (patch) | |
tree | 9e39f597db8d904d357bedd9b9d935281961d5ad /.vimperator | |
parent | 54eec2fe3a6b41dafdd9b1c5d5bdc46342456372 (diff) | |
download | dotfiles-7339375aae4c25f2b768a5cd6f474baec0539250.tar.gz dotfiles-7339375aae4c25f2b768a5cd6f474baec0539250.tar.bz2 dotfiles-7339375aae4c25f2b768a5cd6f474baec0539250.zip |
FF4 vimperator
Diffstat (limited to '')
-rw-r--r-- | .vimperatorrc | 8 |
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 |