mikesmithgh/kitty-scrollback.nvim

bug: failure to open over kitten ssh

SichangHe opened this issue · 4 comments

image

Looks like some fish shenanigans.

Related: #99

Events:

  1. My default shell is fish.
  2. I ssh into a remote machine.
  3. I press control shift h
  4. 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

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 👍 .

Can confirm fix-cwd-root works with my setup 🎉 .

Thank you for the super quick reaction and fix ❤️ !

awesome, merged to main v4.3.1 via #222

🎉