bug: failure to open over kitten ssh
SichangHe opened this issue · 4 comments
SichangHe commented
Looks like some fish shenanigans.
Related: #99
Events:
- My default shell is fish.
- I ssh into a remote machine.
- I press control shift h
- I see a blank screen, a flash of the screen attached above, and a blank screen, and it quits the preview.
video:
Screen.Recording.mov
Versions:
- Kitty: 0.33.1
- Nvim: v0.10.0-dev-2677+g2c1e8f7e9-Homebrew
- kitty-scrollback.nvim: v4.2.3 commit 3d66a2b
mikesmithgh commented
Hi @SichangHe thank you for reporting. I was able to reproduce this with bash so it does not appear to be a fish specific issue. I think I discovered the root cause of an incorrect cwd when over ssh. Could you test with branch fix-cwd-root and let me know if it works for you?
This was a tricky one, thanks for the detailed info 👍 .
SichangHe commented
Can confirm fix-cwd-root
works with my setup 🎉 .
Thank you for the super quick reaction and fix ❤️ !
mikesmithgh commented
SichangHe commented
🎉