Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/refined-github/refined-github
/ initOnce
Function
initOnce
source/features/selection-in-new-tab.tsx:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
function initOnce(): void {
29
registerHotkey(
'Shift+O'
, openInNewTab);
30
}
31
32
void features.add(import.meta.url, {
33
shortcuts: {
Callers
nothing calls this directly
Calls
1
registerHotkey
Function · 0.85
Tested by
no test coverage detected