66
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 02 Jan 2025
66 points (94.6% liked)
Linux
48878 readers
1063 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
I chose Kitty cause of the name and I have never looked at anything else.
Another happy Kitty user here!
I use my terminal as an IDE. Kitty makes it (relatively) easy to write custom interactive applets (aka kittens) that open in new panes or communicate between panes. The ssh integration is also really useful: whenever I ssh into my remote work station my fish and helix config gets copied over.
Judging by the code (a mix of C, python, and go) and the fast release rate, the core maintainer seems to be an utter mad genius – which unfortunately is sometimes reflected in his notoriously abrasive communication style.
Only thing I’m lacking is persistent remote sessions. The maintainer is not quiet about his dislike of tmux and other multiplexers. It’s wildly inefficient to process every byte twice, he argues. Convincing but Kitty doesn’t currently offer an alternative for remote sessions, which is where I do most of my work. Wezterm has something for this in beta, but misses many of the niceties of Kitty. So I’m still using tmux for everything in Kitty, because it trips me up to have one way of working with panes locally and another way when working remotely.
I tried Ghostty, if only because the maintainer is an excellent communicator. I found it polished but simple. I couldn’t figure out how to page up the scrollback or search it. I couldn’t rename tab titles. The config format seemed under-documented. I’ll give it another go in a month or so.