I'm sure that some of you are using Vimperator, the Firefox plugin that
makes Firefox look and feel just like Vim:
http://vimperator.org/
One of Vimperator's features is that it can open text areas in an
external editor (e.g., "mvim -f"). There are some other extensions that
do this too ("It's All Text!" is one example). However, getting this to
work inside Vimperator is not trivial (because Vimperator has no
equivalent of "Start processes in login shell").
I've put together instructions on how to get the external editor setup
on Vimperator:
http://vimperator.org/trac/ticket/74
To make a long story short, this works for me:
:set editor='bash -lc "mvim -f \$*" mvim '
However, as I document, there are several other solutions.
--Ted
--
Ted Pavlic <[email protected]>
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---