MCPcopy
hub / github.com/philc/vimium / enterVisualMode

Function enterVisualMode

content_scripts/mode_normal.js:203–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 },
202
203 enterVisualMode() {
204 const mode = new VisualMode();
205 mode.init({ userLaunchedMode: true });
206 return mode;
207 },
208
209 enterVisualLineMode() {
210 const mode = new VisualLineMode();

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected