жонглер

10:43 | 20-03-2009 | Software | No Comments

к слову, если тоже используете vimperator и удивляетесь, почему не открываются разрешенные всплывающие окна, то вот оно, решение:

It (vimperator) always overrides browser.link.open_newwindow.restriction with value 0. Which caused the popups open as in a new tab. No matter how you manually reset or issue a command :set popup=2 in vimperator, that goes back to 0 after Firefox restarts.

After read the :help, vimperator does support a configuration file, ~/.vimperatorrc. That functions like a .vimrc. Simply write your commands in, so I have

set popups=2

in ~/.vimperatorrc.

  

Leave a Reply