fix the default config for explore (#9962)

according to
0674d4960b/crates/nu-explore/src/commands/table.rs (L132-L135)

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.
This commit is contained in:
Antoine Stevan 2023-08-09 15:18:12 +02:00 committed by GitHub
parent 202dfdaee2
commit bb3cc9e153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ $env.config = {
selected_cell: {}, selected_cell: {},
selected_row: {}, selected_row: {},
selected_column: {}, selected_column: {},
cursor: true, show_cursor: true,
line_head_top: true, line_head_top: true,
line_head_bottom: true, line_head_bottom: true,
line_shift: true, line_shift: true,