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

Function "y"

content_scripts/mode_visual.js:462–464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

460 },
461
462 "y"() {
463 return this.yank();
464 },
465 "Y"(count) {
466 this.movement.selectLine(count);
467 return this.yank();

Callers

nothing calls this directly

Calls 1

yankMethod · 0.80

Tested by

no test coverage detected