MCPcopy 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 */
243export function getPreferTmuxOverIterm2(): boolean {
244 return getGlobalConfig().preferTmuxOverIterm2 === true
245}
246

Callers 1

detectAndGetBackendFunction · 0.85

Calls 1

getGlobalConfigFunction · 0.85

Tested by

no test coverage detected