Using nnn preview-tui plugin on remote server sshed using kitty #1637
Replies: 2 comments 6 replies
-
|
Sounds like Why not just mount the remote filesystem and browse it with ur local nnn/preview-tui. |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
I think you need support from kitty on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good evening,
I posted a similar question on
kittybecause I couldn't really figure out which config I should change.I have the following use case to work:
kittyon my local machinennnon a remote machineapreview-tuiplugin on this remote machine but it fails with:Here is how I proceeded:
kitty -o allow_remote_control=yeskitty +kitten ssh aMoreover, I am using nnn v4.8 and here is what I get when I run
env | grep -E "(KITTY|NNN)"on my remote machine:and on my local machine:
Am I missing anything?
I see that
$KITTY_LISTEN_ONis not defined on my remote machine, which makes nnn raise an error. Should I conclude that what I am trying to achieve is not doable?Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions