disable Vimperator temporarily

后端 未结 5 592
轮回少年
轮回少年 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:02

    With autocmd solution, it could be annoying that every time message "Executing LocationChange Auto commands for ..." appears.

    In latest version of vimperator (3.8.3) this message is not displayed by default, only in verbose mode.
    But current version in Firefox Addons is 3.8.2, so we need to install it manually. Simple as:

    git clone https://github.com/vimperator/vimperator-labs.git . 
    make xpi
    

    Then install vimperator from downloads directory.

提交回复
热议问题