this post was submitted on 16 Feb 2025
30 points (91.7% liked)

Linux

50309 readers
723 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I've recently stopped using tmux in favour of relying fully kitty's built-in windows and tabs, and I'm a fan.

The real killer app for me was the "pass_keys" plugin that allows you to navigate vim and kitty splits all with the same keys. I think there are plugins that allow you to do the same between vim<>tmux<>kitty as well, so it's not like you would need to drop tmux to take advantage of it.

Anyway, so that's been a big shift in my daily workflow. I've been using tmux for well over a decade, and GNU screen before that (I was never able to train myself away from the C-a prefix.

The one thing I miss a lot is being able to quickly detach and re-attach to existing sessions. Especially when doing some work over an ssh connection. But then I can always just shove the terminal into scratch space, or another i3 workspace.


This isn't me trying to sell anyone on ditching tmux. I love tmux, and if it works for your flow then it's perfect for you. More just curious what kinds of setup other people have.

Is there some hot new thing that I've missed that blows both kitty and tmux and i3 out of the water? Idk, but I'm always on the lookout. :p

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 3 days ago (2 children)

Tmux is for when you want to keep the state of a shell on a remote server, I guess.

[–] [email protected] 2 points 3 days ago

I'm also using it to script sessions of workflows with many programs, for instance a dev environment with a lot of microservices. Some windows with multiple panes each.

load more comments (1 replies)