DE version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
71% Positive
Analyzed from 719 words in the discussion.
Trending Topics
#terminal#gnome#https#tmux#kitty#memory#ptyxis#tabs#app#running

Discussion (25 Comments)Read Original on HackerNews
https://sw.kovidgoyal.net/kitty/invocation/#cmdoption-kitty-...
In tipical GNOME fashion, they have decided to replace this largely working piece of software with on with one that places solidly at the bottom of the article's list (ptyxis).
If you run:
GSK_RENDERER=cairo ptyxis -s
You can verify that with 69,985 here RES and 52,428 of that SHR. With 5 tabs open it jumped to 71,208 here. Presumably for the encrypted scrollback pre-allocations.
You still may not choose to use it, but it should stay relatively similar the more tabs you open.
Also, it's not a core GNOME app. It's just an app I wrote for me that the distros seem to have liked for its design/platform integration.
Another thing for a very long time has been that most other terminals don't support bitmap fonts. This was/is critical for lower DPI monitors. Today I've mostly made the switch to TTF fonts.
edit: the article did mention st but claimed it had no scrollback, that's what the patches are for. st-flexipatch makes it easy to enable or disable the patches via c preprocessor defines.
[0] https://github.com/sxyazi/yazi
This is similar to the `kitty --singleinstance` mentioned in another comment by amarshall.
https://lwn.net/Articles/749992/
https://lwn.net/Articles/751763/
I think if you can get use to tmux/screen you may like that better :)