-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connect terminal doesn't retain working directory like connect.kak #17
Comments
I cannot reproduce with Alacritty. Try with (You seem to confuse the server’s working directory and the terminal working directory. It’s natural in a client to be in the server’s working directory.) It is possible your working directory is not honored but you don’t see it as you immediately attach a client. Try with |
@alexherbo2 sorry about the imprecision. You were right about |
Turned out this was a bug in wezterm that has now been fixed. wez/wezterm#766 (comment) |
With
:new
, I can open a split in my terminal (wezterm), and it has the same working directory as the terminal with Kakoune in it (meaning the directory the shell was in when I started up kakoune). I've also configured wezterm such that splits opened with it's own shortcuts also retain the working directory of the pane that was active when the shortcut was executed.I recently was using connect.kak and
:>
would open a split and retain the working directly the same as the other two methods. A couple days ago I switched to kakoune.cr. Now when I use:>
, the resulting split starts in my home directory instead. This affects things like running lf or skim from kakoune.cr, which I expect to run in the directory of the project I'm working on. What am I doing wrong?The text was updated successfully, but these errors were encountered: