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

fix(example): add missing colon after NewTab #3331

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zfb132
Copy link

@zfb132 zfb132 commented May 6, 2024

This PR fixes the parsing error when running zellij convert-config command by adding the missing colon in the example/screen-overview.yaml file.

Zellij is an excellent repo for me, and I want to use it to replace screen.
While using the zellij convert-config example/screen-overview.yaml command, I encountered the following error:

Failed to convert config: Failed to parse yaml: 
Message("data did not match any variant of untagged enum OldKeyActionUnbind", Some(Pos { marker: Marker { index: 209, line: 5, col: 10 }, path: "keybinds" }))

After checking the config file, I discovered that the error was caused by a missing colon (:) after the NewTab action in the YAML configuration file.

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

Successfully merging this pull request may close these issues.

None yet

1 participant