diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2011-04-01 11:31:03 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2011-04-01 11:31:04 +0200 |
commit | 54eec2fe3a6b41dafdd9b1c5d5bdc46342456372 (patch) | |
tree | 04eebb75e995756670cf630ab23187c08678cec4 /.vimperator | |
parent | 45c690613ccc5edbf6815d6ccbd6849396b8ae26 (diff) | |
download | dotfiles-54eec2fe3a6b41dafdd9b1c5d5bdc46342456372.tar.gz dotfiles-54eec2fe3a6b41dafdd9b1c5d5bdc46342456372.tar.bz2 dotfiles-54eec2fe3a6b41dafdd9b1c5d5bdc46342456372.zip |
EAccess bookmarklet
Diffstat (limited to '')
-rw-r--r-- | .vimperatorrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimperatorrc b/.vimperatorrc index 27a001a..a153fe9 100644 --- a/.vimperatorrc +++ b/.vimperatorrc @@ -43,5 +43,6 @@ map <A-p> :pastebin " map something to allow bookmarking 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> " vim: ft=vim |