KiTTY icon indicating copy to clipboard operation
KiTTY copied to clipboard

No spaces allowed in configdir in kitty.ini?

Open azra1l opened this issue 5 months ago • 1 comments

I am using Windows 11 Enterprise and kitty_portable.exe version 0.76.1.13.

I need to use a custom path for my kitty configuration which contains spaces. If i set that path in kitty.ini, kitty comes up without any saved sessions. If i copy those files to a path without spaces and set that, it comes up fine.

savemode is set to dir.

Putting the path in double or single quotes or escaping spaces didn't help.

azra1l avatar Sep 24 '25 14:09 azra1l

Try urlencoding the spaces - %20

pjhitchman avatar Sep 24 '25 17:09 pjhitchman