Replies: 2 comments
|
launch will open a new window in your local computer. if you want
automatic windows opened on the server, use the ssh kitten.
https://sw.kovidgoyal.net/kitty/kittens/ssh/
|
0 replies
|
After a lot of experimenting, I have finally nailed the problem. My config file had Now, after some testing I don't see anything breaking anymore so I changed to Thanks again for your help. |
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.
In my local machine, my home folder is
/home/foo. In directory/home/foo/xy, I am able to run the following command:which opens a new window in
/home/foo/xyI then log into a server
In the server my username is
bar, so my home folder is/home/bar. In directory/home/bar/ab, I attempt the splitting command again:However, this raises an error:
cd: can't cd to /home/foo/xyNow, let's say I start all over again. But this time, I am located in
/homein my local machine. After I log into the server and move to directory/home/bar/ab, I issue the splitting command again:This time no error is raised, but the new split window ends up in the server in
/home.I would expect that with
--cwd=current, the new window in the server would be opened in the directory that I am located in the server. Not the directory that I was in when I run the kittenssh. Am I doing something wrong?All reactions