From 6aa8a0073b051119f0e44a745824ab1d604f9948 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Thu, 29 Sep 2022 06:26:01 -0500 Subject: [PATCH] add better description to table_index_mode (#6637) --- crates/nu-utils/src/sample_config/default_config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-utils/src/sample_config/default_config.nu b/crates/nu-utils/src/sample_config/default_config.nu index 437bb0484..7788c390c 100644 --- a/crates/nu-utils/src/sample_config/default_config.nu +++ b/crates/nu-utils/src/sample_config/default_config.nu @@ -259,7 +259,7 @@ let-env config = { sync_history_on_enter: true # Enable to share the history between multiple sessions, else you have to close the session to persist history to file history_file_format: "plaintext" # "sqlite" or "plaintext" shell_integration: true # enables terminal markers and a workaround to arrow keys stop working issue - table_index_mode: always # always, never, auto + table_index_mode: always # "always" show indexes, "never" show indexes, "auto" = show indexes when a table has "index" column cd_with_abbreviations: false # set to true to allow you to do things like cd s/o/f and nushell expand it to cd some/other/folder case_sensitive_completions: false # set to true to enable case-sensitive completions enable_external_completion: true # set to false to prevent nushell looking into $env.PATH to find more suggestions, `false` recommended for WSL users as this look up my be very slow