this post was submitted on 07 May 2025
29 points (89.2% liked)

Linux

7252 readers
643 users here now

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

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.

you are viewing a single comment's thread
view the rest of the comments
[–] hisao@ani.social 3 points 1 day 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 root@xx.xx.xx.xx", 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.

[–] swab148@lemm.ee 2 points 1 day ago (1 children)

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

[–] hisao@ani.social 1 points 1 day 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.