How can I disable Vimperator temporarily? For example, I\'d like to disable Vimperator temporarily when I am using a web email app. Is there a command for it?
You can use the keyboard-shorcuts for gmail/feedly with feedSomeKeys (a plugin for Vimperator).
Add this lines in your ~/.vimperatorrc file:
:source ~/.vimperator/plugin_libly.js :command! -nargs=+ lazy autocmd VimperatorEnter .* :lazy fmaps -u='mail.google.com/mail' c / j k n p o u e x s r a # [ ] ? gi gs gt gd ga gc
Try it!