Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/philc/vimium
/ isInResetState
Method
isInResetState
content_scripts/mode_key_handler.js:119–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
isInResetState() {
120
return
(this.countPrefix === 0) && (this.keyState.length === 1);
121
}
122
123
handleKeyChar(keyChar) {
124
// A count prefix applies only so long a keyChar is mapped in @keyState[0]; e.g. 7gj should be 1j.
Callers
1
init
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected