-
-
Notifications
You must be signed in to change notification settings - Fork 681
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
Feature: ability to create layout file from current layout #381
Comments
Thank you for the suggestion, this would be awesome! |
Hi, I'm a CS student looking to get some Rust experience, and I would like to take this on, if that is okay. I think I know of a way to solve the issue at hand. |
After reading through the code, I have a question. This functionality looks like it's already in place in the My basic idea was to take the current layout residing in memory and just dump it to a file/stdin, but while looking for the holder of said layout, I found |
The |
This would be awesome |
Just spent an hour trying to figure out how to lay out my current session with 3 tabs into a .kdl file :) |
Chiming in on this as well. This would be a great feature. |
Read https://zellij.dev/documentation/session-resurrection#session-files-in-the-cache and try |
Almost there. Instead of automated, having it on-demand would be awesome. I would prefer to have the auto-generate/caching feature turned off, and be able to call zellij with a command line action to that would dump the current layout into the file of my choice. |
This is possible with |
Hello and thank you for making Zellij! Looks awesome and I'm looking to start using it daily.
One thing that would certainly make my life easier is if I could configure zellij layout and then export the layout file so I have the same layout on my work system.
Cheers!
The text was updated successfully, but these errors were encountered: