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

Function passNextKey

content_scripts/mode_normal.js:249–256  ·  view source on GitHub ↗
(count, options)

Source from the content-addressed store, hash-verified

247 },
248
249 passNextKey(count, options) {
250 // TODO(philc): OK to remove return statement?
251 if (options.registryEntry.options.normal) {
252 return enterNormalMode(count);
253 } else {
254 return new PassNextKeyMode(count);
255 }
256 },
257
258 goPrevious() {
259 const previousPatterns = Settings.get("previousPatterns") || "";

Callers

nothing calls this directly

Calls 1

enterNormalModeFunction · 0.85

Tested by

no test coverage detected