I use Vimperator, a Firefox plugin which adds vi key bindings to my browser. I have problems with the WYSIWYG editor for the Trilogy sites. When I use ^I in the textbox in gVim I get *emphasized text*. This is presumably because Vimperator and the WYSIWYG editor both want to bind on ^I, and I assume that for a brief time the *emphasized text* is printed to the textbox buffer, which Vimperator picks up.
Is there any way I can stop the WYSIWYG editor from binding to any keystrokes, or prevent it from changing the contents of my textbox at all?