diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2011-10-14 17:20:57 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2011-10-14 17:23:37 +0200 |
commit | 1defa3c3e757874e4585f75ebf5c72168863280e (patch) | |
tree | 3e3f6a92ca47993795c64e4c22a5d5a04dcce498 /.vimperator | |
parent | bc019411bf4d5e71ee9d5c4293ef2f040eb1a191 (diff) | |
download | dotfiles-1defa3c3e757874e4585f75ebf5c72168863280e.tar.gz dotfiles-1defa3c3e757874e4585f75ebf5c72168863280e.tar.bz2 dotfiles-1defa3c3e757874e4585f75ebf5c72168863280e.zip |
'tabgroup' -> 'tabgroups'
Diffstat (limited to '')
-rw-r--r-- | .vimperatorrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimperatorrc b/.vimperatorrc index 3c9084a..7a9a979 100644 --- a/.vimperatorrc +++ b/.vimperatorrc @@ -50,6 +50,6 @@ map ,b :js liberator.open("javascript:document.getElementsByTagName('body')[0].a 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 +cmap tg tabgroups " vim: ft=vim |