Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Can I somehow use gvim to compose my email messages in Thunderbird?

share|improve this question
None of the solutions is ok? – enzotib Jun 26 '11 at 17:44

3 Answers

up vote 5 down vote accepted
+50

At this web site you can find a non official thunderbird extension to use an external editor of your choice:

http://globs.org/download.php?lng=en

share|improve this answer

I think you should use this tutorial to solve your problem.

Link Here: http://blog.geekq.net/2010/05/13/vim-external-editor-thunderbird-3-ubuntu/

share|improve this answer
that tutorial assumes that vim is being used as the external editor, not gvim (which the asker wants to use). Would this still work fine, or what changes would be necessary? – WarriorIng64 Jun 26 '11 at 4:53
Here on my computer, no changes were necessary. :D – vhbsouza Jun 28 '11 at 2:07

Try Teledactyl. You can do much more vim-oriented things with it but if you're only interested in editing files in vim, it also works, just disable all of it and keep the external editor feature on.

This is what I had (use GMail interface now) in my .teledactylrc file:

:set editor='gvim -S .vimrcforvimperator -f'

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.