Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: preventing existing hyperlinks from changed when page updated #4543

Open
roeniss opened this issue Sep 19, 2024 · 1 comment

Comments

@roeniss
Copy link

roeniss commented Sep 19, 2024

Current status

When I use f command (Open a link in the current tab), I press the wrong keys sometimes. For example, press sv instead of sc.

At this point, if a page changes (e.g., js script), the original link of sc is changed to another one, like sf.

I think it is non-intuitive. Because my target is considered to remain as same as before I press the wrong key.

Suggestion

When a page changes,

  • the original links must be the same, or deleted.
  • the new links must be assigned to new mapping. (in the context of f command)

Real world example

I pressed f button, and my target is aj:

sh moon 2024-09-19 at 19 50 50

(link: https://www.google.com/search?q=vimium)

If I pressed sj, by mistake, some new DOM element shows up to the right side:

sh moon 2024-09-19 at 19 51 07

As you can see, now the aj change to sf.

sh moon 2024-09-19 at 19 51 27

p.s., I think, in some aspect, this can be regarded as a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@roeniss and others