this post was submitted on 07 May 2025
3 points (100.0% liked)

Linux

13358 readers
22 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

I am looking some recommendations for a terminal emulator from windows to login to Linux via ssh+tmux and also connect to WSL.

It needs to have support for multiple tabs, would be nice if it also had split window support. And mostly should feel like a Linux terminal emulator.

I am mostly used to konsole, so something like that would be preferable. I have been using alacritty, but no tabs makes me feel weird.

top 23 comments
sorted by: hot top controversial new old
[–] bw42@lemmy.world 3 points 11 months ago (3 children)

Microsoft Terminal supports tabs and custom profiles. It can host Azure CLI, PowerShell, CMD.exe, and Bash.
Windows ships with openssh that is usable in any of the supported cli.

I use it all the time for work to ssh into systems.

[–] chakli@lemmy.world 2 points 11 months ago (1 children)

I have tried this, but feels clunky to me. And the copy paste behaviour is kind of weird. Similar to cmd.

[–] cyborganism@lemmy.ca 1 points 11 months ago (1 children)

You can modify that in the configs.

Honestly, after using Windows and Linux side-by-side for 25 years, the new Windows Terminal is the best terminal emulator they ever made.

[–] thomask@lemmy.sdf.org 1 points 11 months ago

It also has the best promotional video I've ever seen for a terminal emulator: https://www.youtube.com/watch?v=8gw0rXPMMPE

[–] Lucien@mander.xyz 2 points 11 months ago (1 children)

Came here to say this. My daily driver is nushell in Microsoft terminal.

[–] sunbeam60@lemmy.one 2 points 11 months ago

Nu crowd represent!!!

[–] BCsven@lemmy.ca 2 points 11 months ago

Microsoft's installed ssh has a phone home behaviour, it logs the server IP you connected to back to the MS mothership during your login.

[–] beeng@discuss.tchncs.de 1 points 11 months ago

Wezterm is pro

[–] sunbeam60@lemmy.one 1 points 11 months ago

Wezterm is available for windows. Still got some sharp edges. Windows terminal is pretty good though, even supports OSC 52 nowadays.

[–] possiblylinux127@lemmy.zip 1 points 11 months ago* (last edited 11 months ago)

Windows Terminal

It is preinstalled on Windows 11

[–] somegeek@programming.dev 1 points 11 months ago
[–] SpaceCadet@feddit.nl 1 points 11 months ago (1 children)

I use Windows Terminal nowadays. It feels more clunky and slow than say, foot or kitty on Linux, but it's functional.

Before, I used to use PuTTY for ssh sessions, it feels more fluid, but it needs a lot of configuring to get the terminal behavior just right, and the settings UI is really outdated. It also doesn't support WSL (unless you run sshd on WSL and ssh into the system).

[–] possiblylinux127@lemmy.zip 2 points 11 months ago

Windows Terminal is slower and a bit weird to use

It does work though. Way better than gWSL

[–] Eyedust@lemmy.dbzer0.com 0 points 11 months ago

I used just plain command prompt for a long time when I was on Windows, but I did find a nice one called Tabby. The only problem is getting it to run as your default terminal.

[–] zonnewin@feddit.nl 0 points 11 months ago (2 children)

Konsole works on Windows, so why not use that?

[–] chakli@lemmy.world 1 points 11 months ago (1 children)

I don’t see a download for windows on its page. Or did you mean build from source

[–] possiblylinux127@lemmy.zip -1 points 11 months ago

It is still in Alpha

[–] rah@feddit.uk 0 points 11 months ago* (last edited 11 months ago)

Wrong sub. Perhaps you want !windows@sopuli.xyz ?

I use wezterm. It's more configurable than the windows terminal and also works on linux. It has an appropriately linux-y feel imo.

[–] nixx@lemmy.ca 0 points 11 months ago

I have been using Tabby for a couple of years and I can recommend it

https://tabby.sh/

[–] Godort@lemm.ee 0 points 11 months ago (1 children)

Just straight vanilla powershell is pretty good

[–] Lucien@mander.xyz 1 points 11 months ago

It's kind of slow to start, though. Coming from a Bash background, it gets tiresome.