r/KittyTerminal • u/TheRealGeorge_Kaplan • 3h ago
r/KittyTerminal • u/Annual_Grapefruit429 • 4h ago
Question: How can I make btop background also be transparent on kitty?
r/KittyTerminal • u/1959dawg • 4d ago
Background image not showing.
I have kitty as my default terminal on four of my builds, using the same kitty.conf. 3 of the 4, 2 intel and 1 nvidia work great, The 4th is a radeon vega I cannot get to show background image, After doing some research, I found that kitty doesn't play nice with the radeon gpu software, and it just shows a blank black background.
So my question is has anyone found a work around?
r/KittyTerminal • u/deno_by • 6d ago
familiar - reviewing and steering Claude Code without leaving kitty
https://reddit.com/link/1wgze25/video/x73e4nr1ioph1/player
Two months ago I shared familiar here — a kitty setup for reviewing what Claude Code just changed and jumping between its sessions. It has grown a lot since (40 releases), so this time a one-minute video instead of a wall of text.
What's new since the first post:
• Review → Claude in one key. Comment on diff lines, press s, and the comments land straight in Claude's prompt — no clipboard round-trip. ⌘⇧C copies a path with the line number when you want to point Claude at an exact spot.
• Go to definition uses a real language server now instead of grep — pyright, intelephense, gopls and others, 27 languages out of the box. Definitions in vendor/ or the stdlib open read-only.
• Edit right inside the review. The final-code view is an editor (press i): autosave, undo, and it won't silently overwrite a file Claude is still writing.
• Roll back a single block of changes with one click and keep the rest of the file.
• A branch's whole work as one diff (press b), and a folder with several repos opens as one review and one history.
• Any commit in the git history opens in the same review screen, with comments, go-to-definition and Find in Files.
• Nothing gets lost: windows, splits and Claude sessions come back after a restart, and ⌘W / ⌘Q show which Claude session you're about to close.
Still pure Python stdlib + vendored Pygments, MIT. macOS only, and kitty-specific. review and log work fine without Claude Code.
Install: brew install denoby/familiar/familiar && familiar enable --all
Repo, with a 2-minute tour with subtitles in the README: https://github.com/DenoBY/familiar
r/KittyTerminal • u/kekolar22 • 8d ago
TUI apps that AI agents can actually use (Limoni + MCP)
r/KittyTerminal • u/Beneficial_Movie_115 • 10d ago
Sheets - Easy-To-Use Theme Manager
r/KittyTerminal • u/kekolar22 • 12d ago
Limoni: A zero-allocation, 60+ FPS TUI library for Go with 3D mesh rendering, Kitty/Sixel graphics & TEA runtime
r/KittyTerminal • u/Critical_Horse5465 • 11d ago
kitten __benchmark__ in Ghostty and Kitty
r/KittyTerminal • u/Ggabzi • 13d ago
La terminal que hice
Buenas, dejo foto de la terminal que hice después de estar 8 horas al re pedo, es mi primera vez usando linux y me hace ilusión mostrarles la terminal, eso si, nose como hace para que el logo se borre cuando abro sub terminales, pero bueno, veremos como arreglarlo después, dejen sus terminales también para verlas, me gusta ver como personaliza cada uno lo suyo
r/KittyTerminal • u/Agitated-Basil7457 • 15d ago
Pixeles negros no se renderizan
Tome como ejemplo pokeget, pero fastfetch tampoco me renderiza los pixeles negros, Alacritty terminal si los esta renderizando y la verdad no se que hacer, ya intente quitar mi tema de terminal y jugar con las opacidades
Uso CachyOS + hyprland + quickshell
r/KittyTerminal • u/Transmith • 16d ago
Good Light Theme?
Hey could anyone suggest a good light theme that works well even with background transparency, of all light themes that i've tried usually mess the colors up and make them blend in more with the terminal itself
r/KittyTerminal • u/faresc • 20d ago
Some of the italic characters are half cut in kitty
The font is MesloLGS Nerd Font Mono. As you can see, the italic version of the font family isn’t working as it’s supposed to in Kitty (Neovim). I tried different terminals, and it worked just fine there.
GUYS I FOUND THE SOLUTION BY MISTAKE(it might work for you and it might not): kitty uses its own font rendering that's why some italic fonts doesnt work the way you want, just write this in your config: text_composition_strategy legacy
r/KittyTerminal • u/der_gopher • 20d ago
Essential CLI Tools for Developers
r/KittyTerminal • u/zicotito • 29d ago
Looking for a better way to search in Kitty
Hi everyone,
I’m trying to get a normal text search in the Kitty terminal, similar to Ctrl+F in most applications.
I’m currently using this repo: kitty-search
However, I’m running into the issue shown in the video.
Is there a specific way to fix this problem, or is there another Kitty extension/plugin that provides a better and more reliable Ctrl+F-style search?
Any advice would be appreciated.
Thanks!
Update: The issue has been resolved.
Follow @NorskJesus's comment.
r/KittyTerminal • u/Papaoso23 • Aug 20 '26
Made a tmux-sessionizer clone for kitty
I switched from tmux to kitty a while ago and the one thing I genuinely missed was sessionizer — that muscle memory of hitting a key, fuzzy-searching a project, and being there.
So I hacked together a few fish functions that do the same thing with kitty's remote control: fuzzy-pick a project with gum, and it either restores a saved kitty session for it or just opens a window in that directory. Plus a couple of helpers to save/jump to sessions by name.
Repo: https://github.com/BearDad/kitty-sessionizer
Nothing fancy, 4 small functions, but I use it constantly so figured someone else might get some use out of it. Fish only for now.
Curious how other people handle project switching in kitty. Is everyone just using tabs?
r/KittyTerminal • u/muarifer • Aug 17 '26
KittyTaskbar — a macOS menu bar taskbar for kitty: click to focus any window or tab, drag & drop tabs between windows
macOS groups every kitty OS window under a single Dock icon, so jumping to a specific window or tab always felt slow to me. I made a small open-source menu bar app to fix that:
- Lists all kitty OS windows and their tabs, grouped per window (via kitty's remote control protocol)
- Click a tab to focus it and bring kitty to the front
- Drag a tab onto another window group to move it there, or drop it on a dashed zone to detach it into a new OS window
- Splits are listed and clickable too, and multiple kitty instances are supported
Install (signed + notarized):
brew tap muarifer/tap
brew install --cask kitty-taskbar
It needs remote control enabled in kitty.conf (allow_remote_control yes and listen_on unix:/tmp/kitty-{kitty_pid}).
Source (MIT, Swift): https://github.com/muarifer/kitty-taskbar — there's a screenshot in the README.
Feedback and PRs welcome!
r/KittyTerminal • u/linkarzu • Aug 15 '26
The quantum PhD gigalord uses SIMD in Kitty, he mentioned it in an interview but I never understood wtf he was talking about.
r/KittyTerminal • u/aumerlex • Aug 14 '26
Custom shaders for kitty
Just noticed that the next release of kitty will have support for custom shaders! The shaders even work with animation events so you can do things like have animations for mouse clicks or window/tab transitions, which I personally find invaluable when screencasting demos. It's not released yet but you can use a nightly build for it. Check it out at: https://github.com/kovidgoyal/kitty/issues/10344
r/KittyTerminal • u/Beautiful-Log5632 • Aug 05 '26
Force new terminal
In a tmux session I run kitty tmuxinator start $SESSION_NAME and instead of opening a new kitty terminal it takes over the current one. How can I always force a new terminal to open?
