mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
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:
parent
202dfdaee2
commit
bb3cc9e153
@ -191,7 +191,7 @@ $env.config = {
|
||||
selected_cell: {},
|
||||
selected_row: {},
|
||||
selected_column: {},
|
||||
cursor: true,
|
||||
show_cursor: true,
|
||||
line_head_top: true,
|
||||
line_head_bottom: true,
|
||||
line_shift: true,
|
||||
|
Loading…
Reference in New Issue
Block a user