vimium icon indicating copy to clipboard operation
vimium copied to clipboard

How to issue vimium commands inside an input text/textarea HTML element.

Open niloct opened this issue 5 years ago • 3 comments

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!

niloct avatar May 04 '20 02:05 niloct

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).

gdh1995 avatar May 04 '20 02:05 gdh1995

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

niloct avatar May 04 '20 03:05 niloct

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).

gtbuchanan avatar Oct 06 '25 19:10 gtbuchanan