How to issue vimium commands inside an input text/textarea HTML element.
I've failed to find out how to use Vimium when a input text/textarea HTML element has focus().
For instance, I would like to activate the f command to see links on page, when focused on a text element.
Is this possible ?
Thanks for the awesome tool!
Unfortunately not, on Vimium and up to now.
The below is an AD: I've written a customized version of Vimium: Vimium C (https://github.com/gdh1995/vimium-c) and it supports several ways to trigger commands in insert mode (please see https://github.com/gdh1995/vimium-c/wiki/Trigger-commands-in-an-input-box).
Hi Dahan, thanks for the fork and the ultra fast reply :)
On Sun, May 3, 2020 at 11:47 PM Dahan Gong [email protected] wrote:
Unfortunately not, on Vimium and up to now.
The below is an AD: I've written a customized version of Vimium: Vimium C ( https://github.com/gdh1995/vimium-c) and it supports several ways to trigger commands in insert mode (please see https://github.com/gdh1995/vimium-c/wiki/Trigger-commands-in-an-input-box ).
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/philc/vimium/issues/3556#issuecomment-623233842, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALVMJ5ODM7IQLHXAVVGRJTRPYUC7ANCNFSM4MYM2ONA .
-- Nilo César Teixeira [email protected] (55) (11) 98571-5314
For those unaware, you can press Esc to unfocus the element first. There doesn't appear to be a one-button way to return to the previously focused element, but you can use f to find the element again (or gi).