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

Function "v"

content_scripts/mode_visual.js:475–477  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

473 return chrome.runtime.sendMessage({ handler: "openUrlInNewTab", url: this.yank() });
474 },
475 "v"() {
476 return new VisualMode().init();
477 },
478 "V"() {
479 return new VisualLineMode().init();
480 },

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected