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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the default config for explore #9962

Merged
merged 1 commit into from Aug 9, 2023
Merged

Conversation

amtoine
Copy link
Member

@amtoine amtoine commented Aug 9, 2023

according to

"table.show_cursor" => {
self.settings.show_cursor = bool_from_str(&value);
self.settings.turn_on_cursor_mode = true;
}

the config should be called $env.config.explore.table.show_cursor instead of the current $env.config.explore.table.cursor 馃槷

this PR fixes this in the default config.

it was `$env.config.explore.table.cursor`, which is incorrect.
@fdncred
Copy link
Collaborator

fdncred commented Aug 9, 2023

good catch!

@fdncred fdncred merged commit bb3cc9e into nushell:main Aug 9, 2023
19 checks passed
@amtoine amtoine deleted the fix-explore-config branch August 9, 2023 13:19
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

2 participants