Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/philc/vimium
/ nextTab
Function
nextTab
background_scripts/main.js:314–316 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
312
},
313
314
nextTab(request) {
315
return
selectTab(
"next"
, request);
316
},
317
previousTab(request) {
318
return
selectTab(
"previous"
, request);
319
},
Callers
nothing calls this directly
Calls
1
selectTab
Function · 0.85
Tested by
no test coverage detected