MCPcopy
hub / github.com/VSCodeVim/Vim / findMatchingRemap

Method findMatchingRemap

test/configuration/remapper.test.ts:80–85  ·  view source on GitHub ↗
(
      userDefinedRemappings: Map<string, IKeyRemapping>,
      inputtedKeys: string[],
    )

Source from the content-addressed store, hash-verified

78 }
79
80 public override findMatchingRemap(
81 userDefinedRemappings: Map<string, IKeyRemapping>,
82 inputtedKeys: string[],
83 ) {
84 return super.findMatchingRemap(userDefinedRemappings, inputtedKeys);
85 }
86
87 public getRemappedKeySequenceLengthRange(
88 remappings: Map<string, IKeyRemapping>,

Callers 1

remapper.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected