Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/philc/vimium
/ performBackwardsFind
Function
performBackwardsFind
content_scripts/mode_normal.js:227–231 ·
view source on GitHub ↗
(count)
Source
from the content-addressed store, hash-verified
225
},
226
227
performBackwardsFind(count) {
228
for
(
let
i = 0, end = count; i < end; i++) {
229
FindMode.findNext(true);
230
}
231
},
232
233
findSelected() {
234
findSelectedHelper(false);
Callers
nothing calls this directly
Calls
1
findNext
Method · 0.80
Tested by
no test coverage detected