Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ getPreferTmuxOverIterm2
Function
getPreferTmuxOverIterm2
src/utils/swarm/backends/it2Setup.ts:243–245 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
241
* Checks
if
the user prefers tmux over iTerm2 split panes.
242
*/
243
export
function
getPreferTmuxOverIterm2(): boolean {
244
return
getGlobalConfig().preferTmuxOverIterm2 === true
245
}
246
Callers
1
detectAndGetBackend
Function · 0.85
Calls
1
getGlobalConfig
Function · 0.85
Tested by
no test coverage detected