• onlinepersona@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    16 hours ago

    I mostly use tmux when logged in as a different user either locally or remotely, so that I don’t have to login multiple times. Do any of these terminal emulators support that?

      • onlinepersona@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        13 hours ago

        Login as user A. Want to execute multiple commands. With multiplexer: open multiplexer while logged in as user A, create multiple panes. Without multiplexer: open a pane in terminal emulator, login as user A, execute one command, repeat for every command.