Issue description
select-window -t $name cannot find a window if the name is of multiple windows!
$ tmux -f /dev/null
$ tmux neww -n vim vim # create a window with a name
$ tmux selectw -t vim # OK, found
$ tmux neww -n vim vim # create another window with the same name
$ tmux selectw -t vim # ERROR
can't find window: vim
If this is by design, please add an option to switch to a window with such name, instead of error and do nothing.
Required information
$ uname -sp && tmux -V && echo $TERM
Linux unknown
tmux next-3.3
screen
Issue description
select-window -t $namecannot find a window if the name is of multiple windows!If this is by design, please add an option to switch to a window with such name, instead of error and do nothing.
Required information