[Greasemonkey] Manually setting the editor
Jeremy Dunck
jdunck at gmail.com
Fri Mar 24 09:15:37 EST 2006
On 3/24/06, Steve <beforewisdom at yahoo.com> wrote:
> Hi;
>
> I'm on the latest greatest Ubuntu ( debian derivative using gnome ). I
> don't get a dialog box when I press "edit" in greasemoneky to set my
> editor.
>
> Is there a file someoplace where I can manually set my editor?
In
about:config
the
greasemonkey.editor
pref should have the path to your editor.
If you're using a terminal-based editor, you'll need to point it at a
shell script something like this:
#!/bin/bash
/usr/bin/X11/xterm -e /usr/bin/vim $*
More information about the Greasemonkey
mailing list