@@s00774 honestly, is it really all that important? Ask yourself, why does POSIX compliance matter for an interactive shell? For making/using portable scripts? That's what shebangs are for, /bin/sh or bash and no problems. Instead of using one shell for everything, you can use fish for interactive terminal use, and bash or even dash for scripting (dash is already used instead of bash for sh on Debian based systems). Fish just makes a lot more sense for interactive use imo, and you don't really have to learn a whole new language (it's not like you're using test and if statements on a terminal directly anyway). The only reason I wouldn't use fish is if I already had a working zsh configuration I'd been using for years.
I don’t care how much people say kitty is bloated. It has the best image protocol for terminals. In fact I patched ST terminal with the kitty protocol and I didn’t burst into flames. Is the best at the moment. Ps: Rust is amazing for refactoring but just because something is written in rust is no instantaneous win.
I’ve switched back and forth between these two terminals. Usually a little thing will annoy me enough. I forget exactly why I switched back to alacritty this last time. I just make sure I back up my configs with stow so that I can switch seamlessly when needed.
I like to think that you made the switch, because of my last comment on one of your videos haha :D but seriously - good switch mate! I made the same switch 1 month ago and I'm enjoying kitty so far. Also thanks for that `kittens` tip! I didn't know about that and it's amazing
i personally Worked with vhyrro to make a latex rendering lib for neovim to use in neorg, which uses kitty terminal graphics protocol.. such a cool protocol to work with (currently it's not used as hologram depricated) though now i switched after 1y to foot terminal as i can feel the lag in kitty, which is much nicer and support images with sixel
Kitty is way faster than for me than most other terminals, although havent tried foot. Wezterm and Alacritty both performed very poorly on my laptop, and I'm not sure why. I'm still using X, maybe that has something to do with it
@@rev4324 Is wezterm gpu based too? I tested printing out entire home directory file structure with "tree" command in both alacritty and wezterm at the same time and they both finished at precisely the same time as well. GNOME Ubuntu 24.0.4 / Wayland
Something that Kitty must add for me to use it instead of Alacritty is the bright bold feature. Essentially, when text is bold, make it use the bright variant of the text color.
I have switched from Alacritty to foot. It's BLAZING fast and it has image support. Kitty has font ligature support, but it's just noticeably slow; foot, on the other hand, opens faster than any other terminal emulator I've ever tried.
Kitty is the best for a desktop with a gpu, but if you are using a laptop mostly on battery, kitty isnt the best, its resource hungry. I actually just use the xfce4 term, it opens immediately and doesnt hog resources. Kitty takes literally like 1.5 seconds to open (which for a terminal is an eternity) and hogs ram, cpu etc.
I was using kitty but then switched back to alacritty when switching distros basically. Long story short, I didn't know about the themes in kitty. I am not a ricer, just a hopper 😂 but this is pure gold. Thank you for sharing info for us advanced/not advanced users. By the way, I use mint and pop 😮
@@typecraft_devyes the images look high quality in windows wezterm too although western hangs when you do any quick movements while editing heavily for whatever reason
Currently looking at how to open files from yazi in different editors depending on file extension. E.g. *.txt with nvim, *.java with Intellij. Is that the next video coming up? ;-)
When using tmux within any terminal emulator, how do you search for words? I currently enter vim mode and search but it feels very cumbersome. I've tried tmux plugins like tmux-copycat but it's slow
If you hit ctrl+b and then [, you'll go into "copy mode" which will allow you to scrollback through your history. When you're in this mode you can hit ctrl+s which will allow you to search, from there you can hit 'n' to goto the next match or "N" to go to the previous match.
For others like me coming in late (using Wezterm) that might not know, see kitty github issue 2481. All I found immediately, but that's enough for me to avoid it. (the issue, but especially the response, that I interpret as hostility toward any other viewpoint) There are bound to be more.
Frankly, gnome terminal is enough for me. I used to use "terminator" long ago. (That weird red-framed terminal console, but this is also very good) . I will try Kitty soon. Your ability to explain is really good. Why don't you give programming training. Maybe on RUclips platform, maybe on your own website, maybe somewhere like udemy... I think you will be very successful...
Both terminal on default conf, the alacrity anti aliasing of font looks way good at least on my 720 display. But the actually reason no kitty is, just try to run unimatrix -l e on both terminal. Couldn't get colored emoji work on kitty 😂 no matter what. *yes few color emoji show but to make alacritty show all the color emoji was way way simpler then kitty (still could get it working)
You should try Foot which also has image support if you like the simplicity of Alacritty and don't mind not having GPU acceleration or X11/MacOS support.
I also use kitty, mainly because of the extensivility and the ligatures. Alacritty text rendering looks a bit better to me, but kitty is very very good (much better than wezterm). I'm happy with it but the most disappointing thing about kitty is that developing custom kittens is super frustrating because de python API is not documented.
honestly i hate kitty i first used kitty, then i switched to alacritty because for me it was unusable slow, buggy, crashing all time... and i was not the only one to encounter this exact problems, i talked to more people on discord that had had the same problem buggy and crashing can be fixed, the thing with speed is that alacritty is just better, both are gpu accelerated but alacritty is way faster, which you can easily check doing a benchmark, for example doing a dd of /dev/random to a file of, lets say, 2GiB - and then, doing a cat to the random file and timing how long it takes to output all that its not really a killer thing, speed of stdout is mostly irrelevant, the only reason im commenting this is because you talked about speed in favour of kitty, which is just wrong TO BE CLEAR this is just my experience, i find kitty very interesting and, if i didnt had bugs, i would maybe use it maybe, because i dont really find the images feature useful (for me) and for multiplexxing i rather use tmux or zellij
Kitty was my terminal of choice for a long time. Just recently switched to wezterm after dabbling with it for a few years. Configured in lua, used multiple graphics protocols including kitties, and is similarly performant.
Good luck with Kitty. It works well, so long as you stay within the choke-hold configuration bounds of the developer. Changing fonts is a nightmare, but example. And if you look at the repo’s bug report page, you don’t have to dig deep to see that the developer can be a single-minded jerk at times.
you couldve done that with ueberzug protocol which works on all terminal and im pretty sure it works with yazi, it really wasnt necessary and you'll miss the dynamic cursor from alacritty
I understand that ligatures are not a trivial thing to implement, but I feel that Alacritty really misses out on a significant user-base by not supporting them.
I wonder why don't we have a terminal with command prompt at first line not on the last. You type commands on first line always and see the result below like stack. It's easier to read the results. No need to seek where output starts, it's right below the command prompt.
Nothing better than kitty right now. Cross platform, image support, excellent font rendering, uses less ram and cpu than wezterm. You also don't need tmux when working locally since kitty has built in window splitting and kitty sessions. Now you just need to install fish. Faster startup times than zsh. And their abbreviation feature for a saner command history.
I tried many terminals. Ended up using Alacritty at the end. And still using it now for more than a year I think. Added Zellij to it few months ago, and it's a dream. Except that I don't have image, videos, PDFs... previews in Yazi. But it didn't work for me with Kitty either so no difference. And I already tried Kitty before...
I wonder if you could set up image rendering within Neomutt when using Kitty, then I would consider switching back to Kitty. I actually switched from Kitty to Alacritty.
I like the customization of Kitty much better than all others but it is much slower than other terminal emulators. The Ghostty website has a 'cat' benchmark of the japanese bible that shows Kitty is almost as slow as the Mac terminal at around mid 300ms. Alacritty for comparison is at give or take 76ms. Wezterm was around 170ms. I am trying Wezterm but not liking the terminal tabs bar. Didn't like no border at all in Alacritty and think Kitty has my personal favorite looks. Most likely gonna switch back to it. Wezterm also works with Yazi for pictures in the terminal though.
wtf, man, did literally the same (installing kitty for yazi and its image preview) just 2-3 days ago! lol. Convergent Evolution at work. Not ditching Alacritty yet, though. Will use kitty for yazi only.
Anyone explored Zutty terminal here? The developer has quite an extensive explanation in which he explains that it's the most correct working terminal which is also about as fast as Alacritty and Kitty.
Hm, I've only had issues with kitty, mostly when using SSH kitty-terminfo was missing, and I cant just install something on other peoples servers just so I can ssh into them. How do you deal with this?
This was one of the reasons for me to switch to wezterm. The other "big" one was the cross-platform support and the kitty maintainers hate against tmux.
This guy is in the middle of dev content creators. Not as bad as all those one month "Ex-Google Engineers" but not up there will Primeagen, yet. Maybe we can get some advance topic videos soon
I really respect Kitty. But i actually switched from Kitty to Alacritty. If i remember correctly, with Kitty when i Ssh'd to a client's server the prompt was messed up for some reason and i couldn't figure out why. It didn't happen with Konsole or Alacritty so i decided not to go back . I also was reading some stuff about how against Tmux the Kitty dev is (i respect that too, he has his reasoning) and i like tmux, so I'd have to use something that worked well with it
personally I felt kitty to be slower than alacritty. right click copy paste(putty like) is sluggish on kitty while alacritty does that with ease and faster.
Team rxvt-unicode-256color forever. Every other one I’ve tried has something stupid about it - whether it’s copy/paste nonsense, or font kerning problems, or lack of search, or bad ssh confit, or too much decoration… rxvt-unicode-256color is fast, lightweight and configurable.
Bro this morning i was looking for a terminal emulator other than alacritty and i found kitty but i ended closing up everything and abandoned the operation. Now u gave me 3 more reasons to chamge alacritty. Thanx nerds
@@EyasD04 Not particularly deep reasons, I feel that Alacritty is the much simpler tool while still doing everything I need. Config is easier to grasp and I also like the Vi mode :)
i also like kitty, but the fonts dont work properly for me for some reason. specifically, my icons don't register properly anywhere (nvim, ranger, ls-icons, nothing!). i toyed with it for a long time before giving up and going back to alacritty
Once I figured out how to add kitty compatibility within ssh I am happy with it if the target machine doesn’t have kitty or its files you can’t use backspace and other functions while ssh connected into it but there is documentation on how to fix the issue thank god 😊
tl;dr: kitty supports showing images in the terminal while alacritty doesn't
And kitty is easier to configure thanks to kittens.
it does, the documentation of yazi literally says what you need to do in order to use peviews in alacritty (install ueberzug)
lmfao that's it? 😂
wezterm also can :)
Man I thought 6 minutes was a short video but somehow even that was an extreme stretch for making such a simple point.
I use fish inside of kitty for maximum cat-themed goodness.
meow
catppuccin?
fish aint posix compliant, id use something else
@@typecraft_dev Tse-Tung
@@s00774 honestly, is it really all that important?
Ask yourself, why does POSIX compliance matter for an interactive shell? For making/using portable scripts? That's what shebangs are for, /bin/sh or bash and no problems.
Instead of using one shell for everything, you can use fish for interactive terminal use, and bash or even dash for scripting (dash is already used instead of bash for sh on Debian based systems).
Fish just makes a lot more sense for interactive use imo, and you don't really have to learn a whole new language (it's not like you're using test and if statements on a terminal directly anyway).
The only reason I wouldn't use fish is if I already had a working zsh configuration I'd been using for years.
you've been on fire lately. keep the new videos rolling.
Thanks! Will do!
@@typecraft_devit’s a bot…
0:00 I'm calling it: Alacritty -> Kitty for Image support
I'm calling it GUI
To be honest I was expecting ligatures.
Amazing video as always ... now all we need is a video about yazi :D
Working on it!
These videos always come out so timely, I just finished my configuring the foot terminal on my Arch machine for the same reason!
Next video: ditching Kitty for Wezterm.
We’ve all done it 😅
Haha ok
Been there. It's bound to happen 😅
Switched this week to wezterm … never going back to alacritty. I considered kitty but the the lua config for wezterm is much more powerful.
I am still on Kitty even after trying wezterm. Both are great tbh, but Kitty felt a little more fitting for someone who is in tmux a lot.
I came to the comments to say exactly the same 😂
RUclips popped this up as Recommended Video due to my Linux searches.
This is cool to know. Thanks for producing this one. Just Subscribed.
I don’t care how much people say kitty is bloated. It has the best image protocol for terminals. In fact I patched ST terminal with the kitty protocol and I didn’t burst into flames. Is the best at the moment.
Ps: Rust is amazing for refactoring but just because something is written in rust is no instantaneous win.
How about Wezterm? Also written in Rust and is configured using Lua.
Also supports image rendering!
wezterm is the best really.
I vote for Wezterm. If you're familiar with configuring Neovim using Lua, using WezTerm will be no problem at all.
Bunch of fine fellas with good taste in terminals in this little thread here.
WezTerm is a bloat & a mess
I’ve switched back and forth between these two terminals. Usually a little thing will annoy me enough. I forget exactly why I switched back to alacritty this last time. I just make sure I back up my configs with stow so that I can switch seamlessly when needed.
I like to think that you made the switch, because of my last comment on one of your videos haha :D
but seriously - good switch mate! I made the same switch 1 month ago and I'm enjoying kitty so far.
Also thanks for that `kittens` tip! I didn't know about that and it's amazing
Thanks! 😁
typecraft, Do you think you could make a video comparing Kitty, wezterm and contour? It would be great to hear your opinion
I think I’ll have to!
i personally Worked with vhyrro to make a latex rendering lib for neovim to use in neorg, which uses kitty terminal graphics protocol.. such a cool protocol to work with (currently it's not used as hologram depricated)
though now i switched after 1y to foot terminal as i can feel the lag in kitty, which is much nicer and support images with sixel
Kitty is way faster than for me than most other terminals, although havent tried foot. Wezterm and Alacritty both performed very poorly on my laptop, and I'm not sure why. I'm still using X, maybe that has something to do with it
@@dv_xl that's really odd.. i am not sure about wezterm, but alacritty should be performing really well..
Foot is best terminal :
- footclient start in 98 ms
- image rendering supported
- small memory fingerprint
- support emojis
- flexible
- fast
it's nice, but it isn't as fast at rendering as gpu based terminal emulators, like kitty, alacritty or ghostty
@@rev4324Where have you noticed the performance difference?
wayland only
@@rev4324 Is wezterm gpu based too? I tested printing out entire home directory file structure with "tree" command in both alacritty and wezterm at the same time and they both finished at precisely the same time as well. GNOME Ubuntu 24.0.4 / Wayland
Thanks for the video, kitty also supports pdf file view as well as scrolling
Something that Kitty must add for me to use it instead of Alacritty is the bright bold feature. Essentially, when text is bold, make it use the bright variant of the text color.
I have switched from Alacritty to foot. It's BLAZING fast and it has image support. Kitty has font ligature support, but it's just noticeably slow; foot, on the other hand, opens faster than any other terminal emulator I've ever tried.
I agree, been using foot and never looked back
never tried it. is Foot faster than Konsole???
@@SunHail8 yeah, it's significantly faster.
I use Kitty instead of wezterm because kitty feels smoother, no laggy when I scroll down. Also, wezterm consumes more ram.
Kitty is the best for a desktop with a gpu, but if you are using a laptop mostly on battery, kitty isnt the best, its resource hungry. I actually just use the xfce4 term, it opens immediately and doesnt hog resources. Kitty takes literally like 1.5 seconds to open (which for a terminal is an eternity) and hogs ram, cpu etc.
did you try foot? it uses the cpu and its really nice
Great video! Been on Alacritty for almost 3 years now and I'm not going anywhere. Portability and minimalism win it for me
Good timing nerd, I've just switched to Kitty & Yazi around 3 days ago, hahaha :D. Amazing tools!
Watching this created live on Twitch was fun. Although I’m surprised you kept in the “meow”’s 😂
I'm glad the video turned out great 😃
Me too! Thanks for being there, was fun!
Dude your vids are killer. Great content and well paced. Thanks for sharing.
Thank you! I always appreciate these comments
Loved watching this video being recorded live on yesterday's stream!
wow, nice. Thank you for Kitty, and for yazi-fm too.
Ngl, thought you were gonna jump on Ghostty terminal (closed beta for now) from Mitchell H :D
I just got an invite :)
@@typecraft_dev next video compare kitty to ghostty :3
I was using kitty but then switched back to alacritty when switching distros basically. Long story short, I didn't know about the themes in kitty. I am not a ricer, just a hopper 😂 but this is pure gold. Thank you for sharing info for us advanced/not advanced users. By the way, I use mint and pop 😮
Yazi's image rendering works with WezTerm and Foot too.
oh very cool!
@@typecraft_devyes the images look high quality in windows wezterm too although western hangs when you do any quick movements while editing heavily for whatever reason
and with alacritty ;-) and every other terminal emulator - you need ueberzugpp and set it as render backend in the yazi config
Currently looking at how to open files from yazi in different editors depending on file extension. E.g. *.txt with nvim, *.java with Intellij. Is that the next video coming up? ;-)
You are on the right path. Already ditched kitty for wezterm
If alacrity had image and tab support I’d consider switching from kitty, but doesn’t look like that will happen, so happily staying on kitty.
When using tmux within any terminal emulator, how do you search for words? I currently enter vim mode and search but it feels very cumbersome. I've tried tmux plugins like tmux-copycat but it's slow
If you hit ctrl+b and then [, you'll go into "copy mode" which will allow you to scrollback through your history. When you're in this mode you can hit ctrl+s which will allow you to search, from there you can hit 'n' to goto the next match or "N" to go to the previous match.
For tldw:
It because kitty terminal have image preview, but Alacrity not.
It's maintainer is just rude. I'll just keep using alacritty.
lol
For others like me coming in late (using Wezterm) that might not know, see kitty github issue 2481. All I found immediately, but that's enough for me to avoid it. (the issue, but especially the response, that I interpret as hostility toward any other viewpoint) There are bound to be more.
Frankly, gnome terminal is enough for me. I used to use "terminator" long ago. (That weird red-framed terminal console, but this is also very good) . I will try Kitty soon.
Your ability to explain is really good. Why don't you give programming training. Maybe on RUclips platform, maybe on your own website, maybe somewhere like udemy...
I think you will be very successful...
Both terminal on default conf, the alacrity anti aliasing of font looks way good at least on my 720 display. But the actually reason no kitty is, just try to run unimatrix -l e on both terminal. Couldn't get colored emoji work on kitty 😂 no matter what. *yes few color emoji show but to make alacritty show all the color emoji was way way simpler then kitty (still could get it working)
You should try Foot which also has image support if you like the simplicity of Alacritty and don't mind not having GPU acceleration or X11/MacOS support.
In my experience, GPU acceleration only results in screen tearing and lag in the terminal. That's why I switched to Foot.
I was loving ranger and nerd-nnn but yazi with kitty is amaziiiiiing btw kitty was already my terminal emulator thanks man!
I also use kitty, mainly because of the extensivility and the ligatures.
Alacritty text rendering looks a bit better to me, but kitty is very very good (much better than wezterm). I'm happy with it but the most disappointing thing about kitty is that developing custom kittens is super frustrating because de python API is not documented.
Extensibility*
yazi is such a goated program fr, no config needed so I can actually use it at work without being obnoxious with configs
I also changed to kitty because I want to use yazi too, basically still like the simplicity of alacrity's setting more but kitty is okay though
honestly i hate kitty
i first used kitty, then i switched to alacritty because for me it was unusable
slow, buggy, crashing all time...
and i was not the only one to encounter this exact problems, i talked to more people on discord that had had the same problem
buggy and crashing can be fixed, the thing with speed is that alacritty is just better, both are gpu accelerated but alacritty is way faster, which you can easily check doing a benchmark, for example doing a dd of /dev/random to a file of, lets say, 2GiB - and then, doing a cat to the random file and timing how long it takes to output all that
its not really a killer thing, speed of stdout is mostly irrelevant, the only reason im commenting this is because you talked about speed in favour of kitty, which is just wrong
TO BE CLEAR
this is just my experience, i find kitty very interesting and, if i didnt had bugs, i would maybe use it
maybe, because i dont really find the images feature useful (for me) and for multiplexxing i rather use tmux or zellij
Foot terminal is objectively the best performing terminal for the case of use of working with VIM.
There is no need to use Nerd Fonts in kitty
Kitty allows you to use a second font just for the icons, so you can use any regular (unpatched) font
Kitty was my terminal of choice for a long time. Just recently switched to wezterm after dabbling with it for a few years. Configured in lua, used multiple graphics protocols including kitties, and is similarly performant.
Wezterm + Neovim is the deadliest combo, truly cross platform.
Good luck with Kitty. It works well, so long as you stay within the choke-hold configuration bounds of the developer. Changing fonts is a nightmare, but example. And if you look at the repo’s bug report page, you don’t have to dig deep to see that the developer can be a single-minded jerk at times.
Yeah, he is based
How's changing the font a nightmare?
Lol he changes the font in the video takes literally 10 second
i'm not sure what you mean by changing fonts being a nightmare. on both alacritty and kitty it was very simple
Wezterm is amazing
32 seconds in the video and I already know the missing feature, same reason why I left Alacritty. 😂
image render is indeed fantastic. But i use kitty mainly for the built in tab, it's really easy to use, i don't need tmux or zellij anymore.
you couldve done that with ueberzug protocol which works on all terminal and im pretty sure it works with yazi, it really wasnt necessary and you'll miss the dynamic cursor from alacritty
You're correct, Yazi has built-in support for ueberzugpp and it does work in alacritty
Thank you! switching to kitty here.
My kitty configuration is colorscheme and font and I'm happy with it :D
currently on kitty and I will only consider switching to alacritty only if they support font ligatures.
you will feel at home when ghostty is publicly available. it has everything and is faster than all of them. I really mean it!
i've heard of ghostty before, now i'm looking forward for it. Thanks
I understand that ligatures are not a trivial thing to implement, but I feel that Alacritty really misses out on a significant user-base by not supporting them.
@@ForeverZer0why people care so much about ligatures? They look horrible and make code unreadable
I wonder why don't we have a terminal with command prompt at first line not on the last. You type commands on first line always and see the result below like stack. It's easier to read the results. No need to seek where output starts, it's right below the command prompt.
Sounds like you might want ZSH’s plan9 mode
@@chrishoppner150 thanks for you reply I've found WARP terminal emulator it does exactly what i described
@@freeyourmind757 Is that the venture-capital backed term that requires you to log in and sends all your commands to their server?
I've been using kitty for about a year now... but I'm doing absolutely nothing fancy whatsoever with it. Should really look more at what it can do.
Nothing better than kitty right now. Cross platform, image support, excellent font rendering, uses less ram and cpu than wezterm. You also don't need tmux when working locally since kitty has built in window splitting and kitty sessions.
Now you just need to install fish. Faster startup times than zsh. And their abbreviation feature for a saner command history.
I tried many terminals. Ended up using Alacritty at the end. And still using it now for more than a year I think. Added Zellij to it few months ago, and it's a dream. Except that I don't have image, videos, PDFs... previews in Yazi. But it didn't work for me with Kitty either so no difference. And I already tried Kitty before...
just got the image previews now in Kitty. Not sure if I will leave Alacritty though.
Wezterm is the new kid in the block.. Go give it a try!
I'll have to check it out!
btw, wezterm also supports image preview and is config file is written in lua :D
Yazi has a catpuccin theme also, so it all looks just purrfect
I wonder if you could set up image rendering within Neomutt when using Kitty, then I would consider switching back to Kitty. I actually switched from Kitty to Alacritty.
Can you gave me the intro song name?
Supposed content subject: Why switch from Alacritty to Kitty?
Actual video content: 5% relevent, 95% configuring Kitty
I like the customization of Kitty much better than all others but it is much slower than other terminal emulators. The Ghostty website has a 'cat' benchmark of the japanese bible that shows Kitty is almost as slow as the Mac terminal at around mid 300ms. Alacritty for comparison is at give or take 76ms. Wezterm was around 170ms. I am trying Wezterm but not liking the terminal tabs bar. Didn't like no border at all in Alacritty and think Kitty has my personal favorite looks. Most likely gonna switch back to it. Wezterm also works with Yazi for pictures in the terminal though.
welcome to team kitty… the best team there is 😏
ueberzug was right there
wtf, man, did literally the same (installing kitty for yazi and its image preview) just 2-3 days ago! lol. Convergent Evolution at work. Not ditching Alacritty yet, though. Will use kitty for yazi only.
Anyone explored Zutty terminal here? The developer has quite an extensive explanation in which he explains that it's the most correct working terminal which is also about as fast as Alacritty and Kitty.
i'm just using Gnome terminal, it's also GPU accelerated, happy with it
I used alacritty & kitty before. But I'm using foot now since I'm on wayland... And I'm loving it.
It's so alacrover
Time for kitty :3c
Why not try WezTerm right away, cause your next video will probably be "I'm ditching Kitty for WezTerm" anyways xD
haha who knows!
Hm, I've only had issues with kitty, mostly when using SSH kitty-terminfo was missing, and I cant just install something on other peoples servers just so I can ssh into them.
How do you deal with this?
This was one of the reasons for me to switch to wezterm. The other "big" one was the cross-platform support and the kitty maintainers hate against tmux.
Catppuccin, kitty and feed the kitties with fish
Kitty + yazi = greatness 😎
Now go install broot 👍 don't forget starship!!!
This guy is in the middle of dev content creators. Not as bad as all those one month "Ex-Google Engineers" but not up there will Primeagen, yet. Maybe we can get some advance topic videos soon
I really respect Kitty. But i actually switched from Kitty to Alacritty. If i remember correctly, with Kitty when i Ssh'd to a client's server the prompt was messed up for some reason and i couldn't figure out why. It didn't happen with Konsole or Alacritty so i decided not to go back . I also was reading some stuff about how against Tmux the Kitty dev is (i respect that too, he has his reasoning) and i like tmux, so I'd have to use something that worked well with it
4:45 Why quit and restart? You can reload the config at runtime. I have it on cmd+ctrl+, on Mac (think it's default)
Honestly I didn’t think about it!
Is there a markdown viewer/editor that I can use in the terminal and that shows images?
You could use yazi. And get previews for images and markdown. It doesn’t edit though
iTerm never dissapoints
personally I felt kitty to be slower than alacritty. right click copy paste(putty like) is sluggish on kitty while alacritty does that with ease and faster.
Interesting! I haven’t noticed any slow downs. I’ll keep my eyes open
Hey, nerd, thank you for sharing. If possible can you share which software do you use to record and edit your videos?
Team rxvt-unicode-256color forever.
Every other one I’ve tried has something stupid about it - whether it’s copy/paste nonsense, or font kerning problems, or lack of search, or bad ssh confit, or too much decoration… rxvt-unicode-256color is fast, lightweight and configurable.
Bro this morning i was looking for a terminal emulator other than alacritty and i found kitty but i ended closing up everything and abandoned the operation. Now u gave me 3 more reasons to chamge alacritty.
Thanx nerds
Ironically I switched from Kitty to Alacritty two weeks ago
that's very interesting, can you please tell us why?
i want to compare your reasons with the video
@@EyasD04 Not particularly deep reasons, I feel that Alacritty is the much simpler tool while still doing everything I need. Config is easier to grasp and I also like the Vi mode :)
Kitty is awesome, but you have to change the icon to the neom one that looks soo much better
After 2 years or use, I replaced Alacritty with Gnome's Terminal because why not
I just switched FROM Kitty to Alacritty because of no smooth scrolling when using a touchpad.
Before watching past the intro, my guess feature you want is sixel
I was close. But I do not need neither their protocol nor sixel because I think ueberzugpp is more portable solution.
Kitty is great, I have discovered it a few weeks ago
i also like kitty, but the fonts dont work properly for me for some reason. specifically, my icons don't register properly anywhere (nvim, ranger, ls-icons, nothing!). i toyed with it for a long time before giving up and going back to alacritty
thanks for sharing like your video.. try foot terminal if on hyprland, awesome experience
The problem that I got with kitty is that it has memory leak on mac m1 when using tmux 😢
Once I figured out how to add kitty compatibility within ssh I am happy with it if the target machine doesn’t have kitty or its files you can’t use backspace and other functions while ssh connected into it but there is documentation on how to fix the issue thank god 😊
Kitty < Alacritty < st
I need the blocks that the warp terminal has. As far as I know, no other terminal offers blocks.
I just asked claude sonnet to write me beutiful kitty conf (lavender) and ta-dah!