1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 325 forks source link

focus when use f command #633

Open Gcaufy opened 6 years ago

Gcaufy commented 6 years ago

I was use Vimium before. the f command are similar.

When I have a button in a page, use f command to show the shortcut key. Then I type the shortcut key, it will click the button.

In Vimium, it will focus first, and then click the button. But in cVim, it doesn't focus to the button.

Can we make it focus first, so that if I need to click the button again and again, I just need to type space button.

zyf0330 commented 5 years ago

I think it should focus first too.

Anogoya-Dagaate commented 5 years ago

I just can't seem to focus period. In Tridactyl you can ";" to lock focus [displays a dotted line around the link. I'm a QA so I then jump with Shfit+f11 then Q to inspect the element in focus. Can't find a way to accomplish this in cVim. Might be a learning curve thing, am sure its very simple.