How to escape space
in kitten path?
#293
-
It's more of a general question about kitty config rather than the plugin. I have a config line in kitty like this:
But it doesn't work because the the space between Also tried escape:
|
Beta Was this translation helpful? Give feedback.
Answered by
mikesmithgh
Dec 29, 2024
Replies: 1 comment 3 replies
-
I took a quick look, and I don't believe you can escape a space in an argument to You can workaround this by using a symlink to your ln -s '~/Library/Application Support/nvim/lazy/kitty-scrollback.nvim' ~/.config/kitty/kitty-scrollback.nvim Then in your kitty.conf, do:
@mcchrish Let me know if that works, thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mcchrish
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I took a quick look, and I don't believe you can escape a space in an argument to
action_alias
at the moment. I'll look into this a bit more to confirm.You can workaround this by using a symlink to your
~/.config/kitty
directory. For example,Then in your kitty.conf, do:
@mcchrish Let me know if that works, thanks!