wezterm icon indicating copy to clipboard operation
wezterm copied to clipboard

`wezterm connect --new-tab` still opens new window

Open johannesnauta opened this issue 5 months ago • 3 comments

What Operating System(s) are you seeing this problem on?

Linux X11

Which Wayland compositor or X11 Window manager(s) are you using?

Mutter

WezTerm version

20240203-110809-5046fc22

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

No, and I'll explain why below

Describe the bug

wezterm connect --new-tab <DOMAIN_NAME> still opens a new window.

To Reproduce

No response

Configuration

no relevant config, except perhaps the ssh_domains:

local wezterm = require 'wezterm'
local config = {
   ssh_domains = {
      {
         -- This name identifies the domain
         name = 'wez.cloud',
         -- The hostname or address to connect to. Will be used to match settings
         -- from your ssh config file
         remote_address = '192.168.1.1', -- IP from example
         -- The username to use on the remote host
         username = 'ubuntu',
      },
   },
}

return config

Expected Behavior

Open in tab instead of spawning a new window.

Logs

No response

Anything else?

No response

johannesnauta avatar Sep 23 '24 09:09 johannesnauta