MCPcopy Index your code
hub / github.com/philc/vimium / goNext

Function goNext

content_scripts/mode_normal.js:265–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263 },
264
265 goNext() {
266 const nextPatterns = Settings.get("nextPatterns") || "";
267 const nextStrings = nextPatterns.split(",").filter((s) => s.trim().length);
268 const target = findElementWithRelValue("next") || findLink(nextStrings);
269 if (target) followLink(target);
270 },
271
272 focusInput(count) {
273 // Focus the first input element on the page, and create overlays to highlight all the input

Callers

nothing calls this directly

Calls 5

findElementWithRelValueFunction · 0.85
findLinkFunction · 0.85
followLinkFunction · 0.85
getMethod · 0.80
filterMethod · 0.45

Tested by

no test coverage detected