Skip to content
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

Open a new tab from the working directory of the current tab #348

Open
alexherbo2 opened this issue Apr 6, 2021 · 2 comments
Open

Open a new tab from the working directory of the current tab #348

alexherbo2 opened this issue Apr 6, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@alexherbo2
Copy link

New tabs always start from the working directory before starting tab, rather than the tab where you were.

Example

tab home
Ctrl-t foo
cd projects/foo
kak # runs in projects/foo
Ctrl-t foo/server
make serve # runs in home
@austinjones
Copy link
Owner

Ah, interesting. This would be a nice feature. The 'current directory' context was something I added for the fuzzy finder, so that switching between workspaces was more intuitive. It could be hooked into the new tab directory as well.

I'm also planning a new feature #242 in v0.6.0 that would help. When you want to open foo/server/ it would notice foo/ exists, and inherit the initial directory/YAML config of foo/

@austinjones austinjones added the enhancement New feature or request label Apr 9, 2021
@alexherbo2
Copy link
Author

It looks a nice way to inherit / not inherit a working directory without configuration. Let’s see how it is in practice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants