vb4c
vb4c copied to clipboard
how to force a link to open in the same tab with f?
f opens or follows a link in the same tab, but if the link has the target="_blank" attribute it opens it in a new tab (as if I used F).
Is there any way to force f to always open the link in the same tab?
The simple way is do a combination of keys, like gy + p.
gy will copy the desired link and p will open the url copied.
Furthermore is diving into the source code and discover how to make a custom command. I guess.
This works, thanks!