new_tab_with_cwd tries to cd to a local dir #10266
Answered
by
kovidgoyal
navneetankur
asked this question in
Q&A
Replies: 1 comment 2 replies
|
You dont need to do anything assuming shell integration on your remote
machine is working, new_tab_with_cwd will also work. Minimal example:
kitty --config=NONE -o 'map f1 new_tab_with_cwd' kitten ssh some-other-computer
So make sure sheel integrationiswrking. Which meansusing a reasonably
new version of the three supported shells.
|
2 replies
Answer selected by
navneetankur
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.
kitten ssh pi@..
new_tab_with_cwd key. results is.
/home/pi/.kitty-ssh-kitten-untar-ePxdHLMvdzlk/bootstrap-utils.sh: line 219: cd: /home/navn/workspace: No such file or directory
Obviously, as it's local dir. What do i need to do to make kitty change to remote's cwd not local's cwd.
All reactions