Skip to content

How to escape space in kitten path? #293

Answered by mikesmithgh
mcchrish asked this question in Q&A
Discussion options

You must be logged in to vote

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,

ln -s '~/Library/Application Support/nvim/lazy/kitty-scrollback.nvim' ~/.config/kitty/kitty-scrollback.nvim

Then in your kitty.conf, do:

action_alias kitty_scrollback_nvim kitten kitty-scrollback.nvim/python/kitty_scrollback_nvim.py

@mcchrish Let me know if that works, thanks!

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mcchrish
Comment options

@mikesmithgh
Comment options

@mikesmithgh
Comment options

Answer selected by mcchrish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants