Skip to content

Commit

Permalink
- Disable vimperator for google.com
Browse files Browse the repository at this point in the history
- Add backspace == back mapping
  • Loading branch information
aw-bib committed Oct 5, 2015
1 parent 5d22da5 commit 57c947c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vimperatorrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -17,6 +17,7 @@ noremap O :js toggle_bottombar('on')<CR>O
noremap t :js toggle_bottombar('on')<CR>t
noremap T :js toggle_bottombar('on')<CR>t
noremap / :js toggle_bottombar('on')<CR>/
noremap <BS> :ba<CR>
"" cnoremap <CR> <CR>:js toggle_bottombar('off')<CR>
"" cnoremap <Esc> <Esc>:js toggle_bottombar('off')<CR>

Expand Down

0 comments on commit 57c947c

Please sign in to comment.