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

Function enterNormalMode

content_scripts/mode_normal.js:68–77  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

66}
67
68const enterNormalMode = function (count) {
69 const mode = new NormalMode();
70 mode.init({
71 indicator: "Normal mode (pass keys disabled)",
72 exitOnEscape: true,
73 singleton: "enterNormalMode",
74 count,
75 });
76 return mode;
77};
78
79function findSelectedHelper(backwards) {
80 const selection = window.getSelection().toString();

Callers 1

passNextKeyFunction · 0.85

Calls 1

initMethod · 0.95

Tested by

no test coverage detected