diff --git a/.vimperatorrc b/.vimperatorrc index 754d37d..7c61707 100644 --- a/.vimperatorrc +++ b/.vimperatorrc @@ -3,7 +3,7 @@ set gui=menu " ,navigation,tabs " Pass through all keys (like CTRL-Z) for DESY Mail -autocmd LocationChange .* :js modes.passAllKeys = /mail\.desy\.de|mail\.google\.com/.test(buffer.URL) +autocmd LocationChange .* :js modes.passAllKeys = /mail\.desy\.de|google\.com/.test(buffer.URL) autocmd LocationChange mail\\.desy\\.de set gui=tabs "javascript to (auto)hide statusbar @@ -17,6 +17,7 @@ noremap O :js toggle_bottombar('on')O noremap t :js toggle_bottombar('on')t noremap T :js toggle_bottombar('on')t noremap / :js toggle_bottombar('on')/ +noremap :ba "" cnoremap :js toggle_bottombar('off') "" cnoremap :js toggle_bottombar('off')