or "How do I answer questions on SO in Firefox using gVim inside the textboxes?"
|
|
From the extension page:
|
||
|
|
|
Vimperator makes Firefox act very much like VIM:
|
||||
|
|
|
ViewSourceWith is another addon worth lookng at. It supports more than just edit boxes and text. For example, you can configure it to open images in the GIMP. Another feature that I find useful is that it can pop-up a dialog box that shows all the js and css scripts used on the page. You can then choose to view/edit file in your preferred editor. For answering questions on SO, you may also want to get the Vim Markdown Syntax file |
|||
|
|
|
|
The "It's all Text" extension, perhaps? |
||
|
|
|
|
One way to do this is to use the vimperator extension - of course, that does a lot more than what you're looking for. |
||
|
|
|
|
It's All Text! will let you use whatever editor you want. To use vim with it, you'll need a small shell script to open it in a terminal:
If you have GVim, you won't need the shell, script, obviously. |
||
|
|
|
|
You can also use the ViewSourceWith addon to achieve the same. Just right-click on any text input and you can edit it using Vim. |
||
|
|
|
|
As said by others, as a Vi/(g)Vim user you'll probably want to look at the Vimperator addon, which also provides the what you ask: inside a textbox, hit <C-i> to launch the external editor. (can be defined in _vimperatorrc: set editor=gvim -f ) |
|||
|
|
|
|
At the time of writing it is experimental, but the jV extension looks good. To quote from the page: This extension makes all html textareas into a very stripped-down version of Vi[m]. It's modal, supports infinite undo, has register support, search, visual mode, and various movement and editing commands. |
||
|
|
|
If you use vimperator and have the markdown syntax file installed, a useful line for your .vimperatorrc is:
This will tell vim to do syntax highlighting for markdown when you are on stackoverflow.com, but not when you are any other site. There are similar hacks for wikipedia/mediawiki etc. Enjoy :) |
||
|
|
|
|
There is an experimental way to directly embed the real vim in firefox using embedded editor - though it requires mozplugger and will only work on Linux. |
||
|
|
|
|
When using Vimperator in Windows (I am using Vista) you may need to double-escape the path to gvim.exe to use it as the external editor. Single escaping did not work for me as Vimperator unescapes it twice. Eg:
Then while in a text box you use Ctrl+I and it will open gvim for editing. When you save and exit it will update the text box. |
|||
|
|
