MCPcopy Create free account
hub / github.com/philc/vimium / "aw"

Function "aw"

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

Source from the content-addressed store, hash-verified

442 "gg": "backward documentboundary",
443
444 "aw"(count) {
445 return this.movement.selectLexicalEntity(word, count);
446 },
447 "as"(count) {
448 return this.movement.selectLexicalEntity(sentence, count);
449 },

Callers

nothing calls this directly

Calls 1

selectLexicalEntityMethod · 0.80

Tested by

no test coverage detected