19 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
107
views
How would I create a shared memory buffer to display animations using the Kitty Graphics Protocol in Rust?
I'm using Arch Linux with Wayland. My terminal is Kitty.
I'm trying to create an animation using the Kitty Graphics Protocol. However, I want this animation to cover the whole screen and run at 60 fps....
1
vote
1
answer
62
views
Copy stderr of previous command without rerunning it
(I am using the kitty terminal emulator, though I would appreciate answers for other terminal emulators as well.)
I run a command, and get some error message, like this:
~ » somecommand
❌️ Some Error ...
0
votes
0
answers
103
views
Delete key not woking in normal model (such as Helix, Zellij) in macOS
I love use terminal editor to developer. now my mac config, my terminal app: Warp, Ghossty, Kitty, Editor: Helix ,terminal session manager: Zellij.
I've recently encountered a problem where the Del ...
1
vote
0
answers
46
views
Keep getting the same "parse error near `\n' when using kitty and trying to create a github repo
I have an error when i do the last line of these commands
git config --global user.name "your name"
git config --global user.email "your email"
git config --global github.user <...
-2
votes
1
answer
516
views
How Would I use the Kitty Terminal Graphics Protocol to display an array of pixels in C?
I've been attempting to draw simulations in the terminal and classic ANSI coloring has become too small-resolution and slow for me. I want to draw individual pixels to represent my simulation instead ...
1
vote
1
answer
93
views
Zellij exits fullscreen randomly when coding in neovim
Once in a while (only when I start typing fast), Zellij exits it's fullscreen mode, so I'd see all of the panels. And changes it's order (as if I did the command NextSwapLayout).
Additionally it seem ...
-4
votes
1
answer
233
views
Kitty Terminal and sed command: how to escape characters in a complex string?
I want to automatize some code and I would like when I execute my bash script on KITTY, split in 2 panes more.
I did that with the next code:
cd ~/projects/Project1 && ng s -o &
kitty @ ...
1
vote
1
answer
426
views
How do I remap Ctrl Left to Esc in NeoVim?
I want to remap Ctrl - Left to ESC but it does not work.
I only can use my right hand and it would be more convenient for me.
Thanks.
I use Arco/linux and kitty terminal.
vim.keymap.set("i", ...
2
votes
2
answers
3k
views
How to remove newline with Starship?
I want to have a very minimalistic prompt in my kitty terminal emulator (kitty 0.28.1 created by Kovid Goyal). I am having trouble to remove a newline in my starship prompt.
Here a picture for ...
0
votes
1
answer
903
views
Issue with previewing images in vifm on wayland with kitty on arch linux
I'm trying to set up image previewing in vifm on Wayland with kitty on Arch Linux. However, when I try to preview an image, I get the error:
Error: Failed to open controlling terminal with error: open ...
2
votes
1
answer
3k
views
Enlarge active window in Kitty Terminal
Let's assume I have split my Kitty terminal into 3 windows. How can I temporarily maximize the active one so it takes the whole terminal size hiding the non-active windows?
This is done with CTRL + ...
0
votes
1
answer
1k
views
how to run command in console which you open in bash script
I am running a bash script in a Konsole window,
which opens a kitty console in a new window,
and I want to run a command already in this new kitten window,
how can I do that?
#!/bin/bash
kitty <...
4
votes
2
answers
3k
views
Kitty Terminal Hotkey Drop-Down/Overlay Hotkey (similar to iTerm2 hotkey window)
TDLR
How to get something similar to the iTerm "dropdown hotkey/overlay" functionality to work with Kitty Terminal (on a Mac)?
I work on a Mac and used iTerm2 for a long time and integrated ...
0
votes
0
answers
1k
views
Setting a Graphical Image for Neofetch - ImageMagick Error - Kitty - Neofetch Returns Blank
When I try to use kitty +kitten icat, I receive the following error:
➜ ~ kitty +kitten icat image.jpeg
Failed to open image: image.jpeg with error: identify: no decode delegate for ...
2
votes
0
answers
472
views
Copy/Paste unicode text from Firefox to Kitty terminal not working
(I'm currently on Arch with i3) When i try to copy some unicode text from Firefox to Kitty terminal for example:
昨日
it paste the text:
\u4f5c\u5bb6 \u6628\u65e5
if instead I select the same text (昨日) ...