Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/philc/vimium
/ findSelected
Function
findSelected
content_scripts/mode_normal.js:233–235 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
231
},
232
233
findSelected() {
234
findSelectedHelper(false);
235
},
236
237
findSelectedBackwards() {
238
findSelectedHelper(true);
Callers
nothing calls this directly
Calls
1
findSelectedHelper
Function · 0.85
Tested by
no test coverage detected