hypercwd icon indicating copy to clipboard operation
hypercwd copied to clipboard

Cannot create new tab with hypercwd installed

Open Machine-Maker opened this issue 6 years ago • 7 comments

I'm using Hyper v3.0.0 and the latest hypercwd. I get the following error upon creating a new tab.

image

Machine-Maker avatar May 07 '19 16:05 Machine-Maker

This is happening to me too in Windows when I have an SSH session and I try to open a new tab (maybe is trying to access Ubuntu path or something similar).

yeuk0 avatar Jun 03 '19 10:06 yeuk0

If you are using windows there's another plugin called "hyper-cwd-wsl" that worked for me. I had to configure the defaultDirectory to my your_username@your_machine_name.

lindamckeithlam avatar Sep 16 '19 15:09 lindamckeithlam

If you are using windows there's another plugin called "hyper-cwd-wsl" that worked for me. I had to configure the defaultDirectory to my your_username@your_machine_name.

it is work when i use on bash, but when i use zsh it does not work.

EliranDx avatar Sep 17 '19 14:09 EliranDx

You might have to look into the hyper-cwd-wsl source code, I don't use wsl on my system but was able to customize it so it works my gitbash on windows.

lindamckeithlam avatar Sep 17 '19 14:09 lindamckeithlam

the problem is that on zsh the: user@hostname is not displayed (hidden?), so he can't get the current location. but thanks for your help.

EliranDx avatar Sep 17 '19 14:09 EliranDx

https://github.com/robbyrussell/oh-my-zsh/issues/5686

lindamckeithlam avatar Sep 17 '19 14:09 lindamckeithlam

@EliranDx Were you able to get hyper-cwd-wsl working with zsh?

forsvunnet avatar Apr 03 '20 11:04 forsvunnet