MCPcopy
hub / github.com/philc/vimium / "N"

Function "N"

content_scripts/mode_visual.js:454–456  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

452 return this.find(count, false);
453 },
454 "N"(count) {
455 return this.find(count, true);
456 },
457 "/"() {
458 this.exit();
459 return new FindMode({ returnToViewport: true }).onExit(() => new VisualMode().init());

Callers

nothing calls this directly

Calls 1

findMethod · 0.80

Tested by

no test coverage detected