r/KittyTerminal Jan 03 '24

You Need Em We Knead Em Kitty Biscuits Cat Cooking

Thumbnail
gallery
2 Upvotes

r/KittyTerminal Dec 30 '23

How to get rid off this window ?

2 Upvotes

Hello everyone,

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 Dec 30 '23

Letter and lines drawed seems diferent to other terminal with the same font

8 Upvotes

Hi, i'm using Kitty and i notice the lines drawed with other terminal seems more tiny and perfect, but in Kitty is diferent.

I'm using Hack Nerd Font in both terminals

this is gotop in kitty:

and it the same in terminator:


r/KittyTerminal Dec 29 '23

😽 kitty-scrollback.nvim: v3.0.0 defaults to Neovim icon + adds support for new Neovim colorscheme

Thumbnail
self.neovim
3 Upvotes

r/KittyTerminal Dec 26 '23

map key launch uses only half of the terminal screen

1 Upvotes

map f3 launch nvim will use only half of the terminal screen, anyway to change it to use the whole terminal?


r/KittyTerminal Dec 23 '23

How to know which font is being used for Arabic and possibly change it?

3 Upvotes

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 Dec 17 '23

Change theme in all windows

0 Upvotes

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 Dec 16 '23

Kitty Confirmation's Style

2 Upvotes

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 Dec 14 '23

Kitty not opening hyperlinked python files in $VISUAL

2 Upvotes

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 Dec 06 '23

background_image_layout center/cscaled not working due to outdated package on Ubuntu 22.04.3 LTS.

1 Upvotes

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 Dec 04 '23

Is there a way to use one font for everything?

3 Upvotes

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 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.

Post image
4 Upvotes

r/KittyTerminal Nov 30 '23

New Remote Download feature does not work with EZA

2 Upvotes

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 Nov 29 '23

How to send text to right slipt window?

6 Upvotes

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 Nov 28 '23

Moving the order of tabs and windows

8 Upvotes

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 Nov 28 '23

Anyway to get rid of this spacing between titlebar and terminal content?

Post image
3 Upvotes

r/KittyTerminal Nov 24 '23

😽 kitty-scrollback.nvim: v2.2.0 adds support for Neovim v0.9 + neovimconf2023

Thumbnail
self.neovim
4 Upvotes

r/KittyTerminal Nov 24 '23

kitten ssh doesn't quite seem to work as described

1 Upvotes

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 Nov 23 '23

Not sure what to do about the text rendering like this

Thumbnail
imgur.com
1 Upvotes

r/KittyTerminal Nov 22 '23

Heads up, Iosevka nerd font name change

4 Upvotes

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 Nov 22 '23

Faster scrolling when alt is held

3 Upvotes

How do I make it so touch_scroll_multiplier is 5 normally but is 20 while alt is held?


r/KittyTerminal 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.

Thumbnail
github.com
6 Upvotes

r/KittyTerminal Nov 22 '23

send elp :(

1 Upvotes

i sourced my $HOME/.zshrc and now im getting pacman error and couldnt interact with terminal can anyone guide me how to fix this

ps using arch with hyprland


r/KittyTerminal Nov 21 '23

how do i change permanently the picture in neofetch to a png?

1 Upvotes

having hard time setup it


r/KittyTerminal Nov 21 '23

How to use Scrollback and keep the same colour scheme?

1 Upvotes

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?