Questions tagged [kitty]

14 questions
4
votes
1 answer

How do I send cmd key mappings on macOS from kitty to neovim?

I'd like to use the following mapping in my mappings.lua configuration: map('n', '', ':BufferPrevious', options) map('n', '', ':BufferNext', options) map('n', '', ':BufferClose', options) I currently have this in my…
lovelikelando
  • 7,593
  • 6
  • 32
  • 50
2
votes
0 answers

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 (昨日) from Firefox and drag & drop it on the terminal ,…
Kemono
  • 61
  • 3
1
vote
1 answer

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", "", "") I thought it should work but it doesn't
0
votes
0 answers

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 illustrative purposes: As you can see, by default this…
0
votes
1 answer

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 /dev/tty: no such device or…
sodaship
  • 5
  • 2
0
votes
1 answer

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 + SHIFT + X in Terminator. Thanks.
Fernando Martin
  • 609
  • 6
  • 19
0
votes
1 answer

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
Sanart0
  • 1
  • 1
0
votes
1 answer

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 the "hotkey window" into my workflow. Since I've made the…
Y. Gherbi
  • 890
  • 8
  • 22
0
votes
0 answers

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 this image format `JPEG' @…
0
votes
1 answer

kitty terminal for latex workflow

when working with latex files, I currently edit them on a vim editor on a kitty terminal and see the pdf output on a zathura viewer. It works well but it would be better if I could split the kitty terminal and display a latex file and its pdf…
v9p35z
  • 1
0
votes
0 answers

How to stop VSplit from ignoring highlight background?

I have a peculiar issue. I have the following set in my init.vim which sets the background color of NeoVim to my terminals background color: highlight Normal guibg=NONE ctermbg=NONE highlight Folded guibg=NONE ctermbg=NONE highlight Question…
Rawley Fowler
  • 1,366
  • 7
  • 15
0
votes
1 answer

How to set the $PATH for kitty terminal MacOS?

I've been using iTerm2 on my Macbook Pro, but now I`ve just installed Kitty. After writing a few configurations into the Kitty config file, I noticed that, I can't use homebrew (zsh: command not found: brew) but however with iTerm2 I can use it as…
mnavas
  • 109
  • 3
0
votes
1 answer

Command line options for KiTTy in windows 10

I have been trying to execute kitty_nocompress.exe invoking the -config option with no success. I am using the command line from Windows 10. The KiTTY version I am using is 0.64.0.1. I have tried the following: kitty_nocompress -config…
-2
votes
0 answers

Cypress config to always run in terminal without colors (NO_COLORS=1)

When I run my Cypress-tests in my terminal, then I care barely read the text. I like having a dark theme (and I think I'm not alone about this). But none of the themes I can find, has an output of the Cypress-run-command, that can be (easily)…
Zeth
  • 2,273
  • 4
  • 43
  • 91