Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ InputState
Function
InputState
static/js/codemirror/keymap/vim.js:432–434 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
430
431
// Represents the current input state.
432
function
InputState() {
433
this.reset();
434
}
435
InputState.prototype.reset =
function
() {
436
this.prefixRepeat = [];
437
this.motionRepeat = [];
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected