this post was submitted on 07 May 2025
27 points (88.6% liked)

Linux

7242 readers
502 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] 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.

all 25 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 17 minutes ago

Konsole works on Windows, so why not use that?

[–] [email protected] 1 points 59 minutes 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.

[–] [email protected] 1 points 1 hour ago
[–] [email protected] 2 points 2 hours ago

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

[–] [email protected] 4 points 11 hours ago

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).

[–] [email protected] 1 points 8 hours ago

Good O'l command prompt works great for me

[–] [email protected] 42 points 20 hours 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.

[–] [email protected] 3 points 13 hours ago (1 children)

Also it has smart suggestions system which I really like. Initially it was on by default iirc, but nowadays I think you have to turn it on yourself. What it does is basically after you did any command like "ssh [email protected]", it will remember that and next time you start typing "ssh" it will automatically provide full command as autocompletion suggestion. It's purely textual so it works with anything.

[–] [email protected] 2 points 10 hours ago (1 children)

Are Windows users just now getting this feature? I've had autosuggestions in my oh-my-zsh config for years.

[–] [email protected] 1 points 9 hours ago

I've never seen it on Windows before Windows Terminal, but the latter has been around for a few years at least. I wouldn't doubt we can have this and much more with Linux shells.

[–] [email protected] 4 points 19 hours 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 15 points 17 hours ago (2 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.

[–] [email protected] 1 points 6 hours ago

Wow, had to spend couple if hours configuring it. Almost as nice as konsole.

[–] [email protected] 2 points 11 hours ago

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

[–] [email protected] 2 points 19 hours ago (1 children)

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

[–] [email protected] 2 points 2 hours ago

Nu crowd represent!!!

[–] [email protected] 1 points 10 hours ago

Wrong sub. Perhaps you want !sopuli.xyz/c/windows ?

[–] [email protected] 2 points 12 hours ago

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

[–] [email protected] 3 points 14 hours ago

Wezterm is pro

[–] nixx 6 points 20 hours ago (1 children)

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

https://tabby.sh/

[–] [email protected] 1 points 19 hours ago
[–] [email protected] 1 points 14 hours ago

I just use git-bash, I don't know how it gets installed though. Source tree maybe?

[–] [email protected] 3 points 19 hours ago (1 children)

Just straight vanilla powershell is pretty good

[–] [email protected] 2 points 19 hours ago

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