disable Vimperator temporarily

后端 未结 5 591
轮回少年
轮回少年 2021-01-31 02:52

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?

5条回答
  •  遥遥无期
    2021-01-31 03:10

    You can use the keyboard-shorcuts for gmail/feedly with feedSomeKeys (a plugin for Vimperator).

    How?

    • Get this and this files.
    • Copy both files in ~/.vimperator/plugins (if doesn't exist create it).
    • 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!

提交回复
热议问题