Vimperator has a very convenient function — using an external editor for filling text fields. By default it uses GVim but I would like to use Gedit or Vim. I tried to add to ~/.vimperatorrc the following lines but without result (the editors is opened but the typed text isn't added to text fields):
:set editor=gedit
:set editor="gnome-terminal -e vim"
How can I set an external editor for filling text fields in Vimperator?
Thanks.
Debian GNU/Linux 5.0.6;
Firefox 3.6.9;
Vimperator 2.3.1.
Update
To configure the Vim external editor the configuration option in ~/.vimperatorrc should be the following:
autocmd LocationChange .* :set editor="gnome-terminal -x vim"