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

Function "V"

content_scripts/mode_visual.js:478–480  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476 return new VisualMode().init();
477 },
478 "V"() {
479 return new VisualLineMode().init();
480 },
481 "c"() {
482 // If we're already in caret mode, or if the selection looks the same as it would in caret mode,
483 // then callapse to anchor (so that the caret-mode selection will seem unchanged). Otherwise,

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected