Give up remote mux adventure
This commit is contained in:
parent
d7fc13676a
commit
545a3ed9cd
2 changed files with 1 additions and 4 deletions
4
mux.lua
4
mux.lua
|
@ -6,8 +6,4 @@ return {
|
|||
connect_automatically = false,
|
||||
},
|
||||
},
|
||||
mux_env_remove = {
|
||||
'SSH_CLIENT',
|
||||
'SSH_CONNECTION',
|
||||
},
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@ local modules = utils.map({
|
|||
'theme',
|
||||
'tab',
|
||||
'mux',
|
||||
-- 'secret', -- no agent forwarding yet
|
||||
'keys-mouse',
|
||||
'colors',
|
||||
'quickselect',
|
||||
|
|
Loading…
Reference in a new issue