Questions tagged [kitty]

KiTTY is a Windows-only fork of the PuTTY SSH client. It supports SSH, Telnet, and serial connections, as well as automatic password entry.

21 questions
23
votes
5 answers

Any simple way to add PuTTY settings to kitty?

I'd like to use Kitty, but I have a lot of settings for Putty already set up. I read that there is no way to "export settings" with Putty since they are made with registry entries, and there is probably no way to "import" these settings into Kitty…
Explosion Pills
  • 639
  • 3
  • 7
  • 17
10
votes
3 answers

Can I set up KiTTY to send F7 press instead of bringing up Print dialogue when F7 button is pressed?

Can I set up KiTTY to send F7 press instead of bringing up Print dialogue when I press F7? I make intense use of Midnight Commander and its editor, which both rely on F7 (to create a directory and to search through text) and I never actually print…
Ivan
  • 7,293
  • 28
  • 70
  • 99
9
votes
6 answers

How to auto attach any putty or kitty console to ConEmu

Is it possible to auto attach any putty.exe or kitty.exe console windows to ConEmu? If yes, then how can it be done?
serge.k
  • 190
  • 1
  • 1
  • 4
8
votes
3 answers

How do I choose what shows up in PuTTY title bar from Linux?

In the PuTTY configuration there's an option in Terminal → Features called Disable remote-controlled window title changing. Without that enabled, the title bar of PuTTY will change every time I press return in the console. I was thinking it'd be a…
Hubro
  • 5,716
  • 14
  • 61
  • 87
6
votes
3 answers

Shift-Arrow keys working in KiTTY but not PuTTY for nested tmux configuration

For years I have been using a different prefix key for nested instances on tmux. I use \ on my own server, but a for any other servers I connect to and start a nested tmux session. I have found this trick which uses Shift+Arrow Keys to switch…
paradroid
  • 22,761
  • 10
  • 76
  • 114
4
votes
1 answer

Convert Portable Kitty session to registry Kitty session

I've set up about 30 ssh sessions in Kitty's portable version. I would like to apply themes to my terminals which is much simpler by going through the registry. Do you know a way to convert portable Kitty sessions (kitty.ini savemode=dir) to Kitty…
Ardnaxele
  • 41
  • 1
  • 2
3
votes
2 answers

How to unmap ctrl+shift+r in kitty?

The kitty terminal emulator uses the shortcut Ctrl + Shift + R for window resizing. The shortcut is also used by bash for reversing the reverse-i-search direction. First I tried to to remove the kitty shortcut by mapping it to no_op using map…
allo
  • 1,026
  • 1
  • 10
  • 27
2
votes
1 answer

Auto connecting to remote machine

I use Kitty (which is pretty much the same as Putty) and when connecting to machines (for example a server through SSH) is there a way to have it remember my login credentials? I notice it has the option to save, but only has options to specify…
Celeritas
  • 8,159
  • 36
  • 107
  • 150
2
votes
2 answers

Cygwin+KiTTYCyg: /bin/sh: No such file or directory

Trying to use KiTTY with Cygwin (x86) on Windows 7 x64. Installed latest Cygwin and all needed packages. Added ;c:\cygwin\usr\local\bin\;c:\cygwin\bin to system Path env. Downloaded KiTTYCyg for Cygwin 1.7 form here:…
2
votes
1 answer

How do you make minikube ssh work with kitty

If you use minikube ssh with kitty backspace and other characters do not work properly. The problem is that the terminfo is not copied across, however, it's not possible to do kitty +kitten ssh as suggested in the kitty FAQ because tic is not…
freshnewpage
  • 131
  • 4
2
votes
0 answers

KiTTY (fork of PuTTY) script that kills a specific PID automatically

New version So, I'll make a list of the things that I have in order to be clearer. PC on windows 10 running a Plex media server and Kitty VPS by OVH running on Debian 9 stretch what I want : want to access my server from anywhere out of the…
2
votes
0 answers

How to map CTRL-V to SHIFT-INSERT using KiTTY shortcuts?

I would like to map the CTRL+V to generate a SHIFT+INSERT, effectively being able to "paste" what's in my Windows clipboard to my KiTTY terminal. KiTTY allows shortcuts like so: [Shortcuts] list={CONTROL}{LEFT} {CONTROL}{RIGHT}…
Mike
  • 121
  • 3
1
vote
0 answers

Passthru printing via PuTTY/KiTTY to Konica Minolta Bizhub Multifunctional Printers secured by PageScope

We have been unable to passthru print using PuTTY (or its offshoot KiTTY) to several Konica Minolta multifunctional printers which are secured by KM's PageScope. I have been able to get Procomm Plus 4.8 and another terminal emulator, QVT Term to…
1
vote
1 answer

Can I set KiTTY default codepage to UTF-8 instead of ISO-8859-1?

I always use UTF-8, but KiTTY always resets to ISO-8859-1 for new sessions, so I have to configure this every time. Can this be altered?
Ivan
  • 7,293
  • 28
  • 70
  • 99
1
vote
0 answers

Bug with tmux status bar and terminal lines in zsh and MacOS

I have a bug in my tmux. The status bar randomly transform into two rows (see image below) or disappear completely. Also, some lines of the terminal command disappear. See image below where the last row disappear. Does someone know how to solve…
1
2