We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a focus or focused attribute to the layout, to specify which tab, or pane should have the focus, once the layout is fully loaded.
focus
focused
The text was updated successfully, but these errors were encountered:
Hi! @a-kenji I am currently interested in this feature. I'd like to contribute to the implementation if possible, but I have a questions.
Is it correct that the focus is set for each tab? or Only have one of all the tabs and pane?
Ex) If there are 3-tabs and the 4th pane of the 2nd tab is focussed, zellij shows the foucs on the 4th pane of 2nd tab on the first start screen.
Sorry, something went wrong.
If there are 3-tabs and the 4th pane of the 2nd tab is focussed, zellij shows the foucs on the 4th pane of 2nd tab on the first start screen.
Yes, that is how I would imagined it! Thanks for the pr, I'll look at it soon!
Successfully merging a pull request may close this issue.
Add a
focus
orfocused
attribute to the layout, to specify which tab, or pane should have the focus,once the layout is fully loaded.
The text was updated successfully, but these errors were encountered: