Support zellij floating pane via --popup (new name for --tmux) (#4145)

This commit is contained in:
Junegunn Choi
2026-03-26 21:32:56 +09:00
committed by GitHub
parent 87586ac5eb
commit 6f17d49dbb
8 changed files with 95 additions and 43 deletions
+3
View File
@@ -56,6 +56,9 @@ func Run(opts *Options) (int, error) {
if opts.useTmux() {
return runTmux(os.Args, opts)
}
if opts.useZellij() {
return runZellij(os.Args, opts)
}
if needWinpty(opts) {
return runWinpty(os.Args, opts)