Open niloct opened 4 years ago
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 notifications@github.com 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 nilo.teixeira@gmail.com (55) (11) 98571-5314
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!