MCPcopy Index your code
hub / github.com/philc/vimium / enterVisualLineMode

Function enterVisualLineMode

content_scripts/mode_normal.js:209–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 },
208
209 enterVisualLineMode() {
210 const mode = new VisualLineMode();
211 mode.init({ userLaunchedMode: true });
212 return mode;
213 },
214
215 enterFindMode() {
216 Marks.setPreviousPosition();

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected