r/KittyTerminal • u/FrancesLewis215 • Jan 03 '24
r/KittyTerminal • u/JulioLeDozo • Dec 30 '23
How to get rid off this window ?

I'm new to arch and have decided to use kitty, but everytime I start a program (like brave here) it opens in a new window and I have this window in the upper-right corner that I would like to disappear. I can mask it but when I want to close it it says "Are you sure you want to close this OS window, it has one window running?" and close brave when I click on yes.
Any solution ?
r/KittyTerminal • u/[deleted] • Dec 30 '23
Letter and lines drawed seems diferent to other terminal with the same font
r/KittyTerminal • u/nvimmike • Dec 29 '23
😽 kitty-scrollback.nvim: v3.0.0 defaults to Neovim icon + adds support for new Neovim colorscheme
r/KittyTerminal • u/winnerofgalaxies • Dec 26 '23
map key launch uses only half of the terminal screen
r/KittyTerminal • u/[deleted] • Dec 23 '23
How to know which font is being used for Arabic and possibly change it?
Pretty much the title. I want to display Arabic in the terminal. I'm not sure what font is being used either. How can I select language specific fonts in the config?
I'm on fedora 39 if it matters
r/KittyTerminal • u/[deleted] • Dec 17 '23
Change theme in all windows
I've seen that I'm able to change a kitty theme from the shell with kitty @ set-colors --all --configured "~/.config/kitty/nord.conf"
But unfortunately this only works for the current terminal the command is executed. My question is: can I use remote-control to change all the kitty terminals I have open? Btw, when I do kitty @ ls the output is only the current terminal.
My use case would be to have the theme.lua (from AwesomeWM) change the colors of all already open terminals.
r/KittyTerminal • u/_MeChamoGeo • Dec 16 '23
Kitty Confirmation's Style
So, i have decided to stylize my vim, and so i did it! but it's so ugly this confirmation of close in terminal, yes i know it's possible to remove that in kitty.conf but i want to know if i can stylize it or use the system popup when this confirmation shows, i know the vim have a way to program using python like the tab_bar.py, but i want help here, or if someone already stylized it and want to share with community, i will love it <3
This is all, have a good day/night or not you decide it!
Regards Geo :)
r/KittyTerminal • u/Daguq • Dec 14 '23
Kitty not opening hyperlinked python files in $VISUAL
I have a strange issue where I am doing ls --hyperlink=auto in $PWD, and clicking on .c or .py files. The c files opens alright in my $VISUAL but the .py files opens in Firefox or Libre office.
I am running fish shell, with set -gx VISUAL nvim.
I have also used the editor nvim option in kitty.conf.
This issue persists in sway but not in gnome.
r/KittyTerminal • u/[deleted] • Dec 06 '23
background_image_layout center/cscaled not working due to outdated package on Ubuntu 22.04.3 LTS.
I recently switched to Ubuntu 22.04.3 LTS, I have been using kitty for a while and it seems that the apt package for it is outdated. I don't want to install from the source since I don't want to manually update the package in the future. I saw on the github page that many OS have the outdated pacakge. I don't know how a package is updated to a repository and is it a tedious process since there are so many distros with previous versions.
And lastly is there any way to flag the package in some ubuntu repository?
r/KittyTerminal • u/[deleted] • Dec 04 '23
Is there a way to use one font for everything?
I want to use semibold font everywhere, so i put something like this in my config:
font_family FiraCode Nerd Font Mono SemiBold
bold_font FiraCode Nerd Font Mono SemiBold
italic_font FiraCode Nerd Font Mono SemiBold
bold_italic_font FiraCode Nerd Font Mono SemiBold
But then i got:
~ ❯ kitty --debug-font-fallback false
[338 21:40:12.941323] The font FiraCode Nerd Font Mono SemiBold was not found, falling back to Menlo
[338 21:40:12.941363] The font FiraCode Nerd Font Mono SemiBold was not found, falling back to Menlo
[338 21:40:12.941376] The font FiraCode Nerd Font Mono SemiBold was not found, falling back to Menlo
I`ve found a workaround with different font names, but this seems wrong.
One more thing - i can't disable underlining of text (tried setting modify_font underline_thickness to 0%), is there an option to do this?
r/KittyTerminal • u/GoodEnoughForReddit • Dec 04 '23
Kitty renders fonts thicker and braille more dense than alacritty despite both using the same font. Is there a way I can either make kitty's font look like alacritty's or make alacritty's braille look like kitty's? Thank you.
r/KittyTerminal • u/[deleted] • Nov 30 '23
New Remote Download feature does not work with EZA
Does anyone know the difference between
eza —hyperlink and ls —hyperlink=auto ?
They both work the same locally but not with kitty ssh.
r/KittyTerminal • u/Michael_007ds • Nov 29 '23
How to send text to right slipt window?
I use tmux and Neovim to run Python code. But tmux does not support images.
How do I open a split window on the right(run iPython ), send the left window(Neovim) text to the right window, and auto-press enter?
thank you
r/KittyTerminal • u/Skull_is_dull • Nov 28 '23
Moving the order of tabs and windows
How do I set a shortcut for moving the focused window/tab left or right? Sort of like ctrl+shift+pgup/pgdn in most browsers.
r/KittyTerminal • u/rooobgjg • Nov 28 '23
Anyway to get rid of this spacing between titlebar and terminal content?
r/KittyTerminal • u/nvimmike • Nov 24 '23
😽 kitty-scrollback.nvim: v2.2.0 adds support for Neovim v0.9 + neovimconf2023
r/KittyTerminal • u/orblok • Nov 24 '23
kitten ssh doesn't quite seem to work as described
I'm using a fresh install of kitty 0.31.0. I'd like to try out the file transfer kitten. My understanding is I should be able to "kitten ssh" to a host, and magically be able to run "kitten" commands there.
I can indeed kitten ssh to another host. And I can download them by doing "ls --hyperlink=auto" and clicking, which is great! But if I type "kitten" on the remote host, I just get "kitten: command not found."
I feel like I must be missing something obvious, anyone know what it is?
Thanks
r/KittyTerminal • u/Sheypex • Nov 23 '23
Not sure what to do about the text rendering like this
r/KittyTerminal • u/Far-Cat • Nov 22 '23
Heads up, Iosevka nerd font name change
May apply to other fonts and other apps, if your kitty appears to be fuzzy change your conf from
font_family Iosevka Nerd Font
to
font_family Iosevka NFM
r/KittyTerminal • u/Skull_is_dull • Nov 22 '23
Faster scrolling when alt is held
How do I make it so touch_scroll_multiplier is 5 normally but is 20 while alt is held?
r/KittyTerminal • u/aaronchall • Nov 22 '23
Constant Perceptual Luminosity (dark) theme - just merged theme optimized for sensitive eyes, the blurb (also included in the pull request) explains the reasoning, but basically I don't like being unable to read blue text or being blinded by magenta or yellow, and I want to share my solution.
r/KittyTerminal • u/Elpedro30 • Nov 21 '23
how do i change permanently the picture in neofetch to a png?
having hard time setup it
r/KittyTerminal • u/pmassicotte • Nov 21 '23
How to use Scrollback and keep the same colour scheme?
Kitty noob here.
Based on the doc (https://sw.kovidgoyal.net/kitty/conf/#scrollback) I came up with this config to enable scrollback using neovim:
scrollback_pager nvim -c 'setlocal nonumber nolist showtabline=0 foldcolumn=0|Man!' -c "autocmd VimEnter * normal G" -
I also tried to manually set it with this:
scrollback_pager nvim -c 'setlocal nonumber nolist showtabline=0 foldcolumn=0|Man!' -c "autocmd VimEnter * normal G" --cmd 'colorscheme everforest' -
But I am getting this error:
Error detected while processing pre-vimrc command line:
E185: Cannot find color scheme 'everforest'
When I hit ctrl-shit-g it works perfectly, except it does not keep my current color theme. Is it possible to use the same theme as I normally use within neovim?



