mirror of
https://github.com/nushell/nushell
synced 2024-11-10 23:24:14 +00:00
added documentation for no_auto_pivot (#1828)
This commit is contained in:
parent
3144dc7f93
commit
3302586379
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ Syntax: `config {flags}`
|
|||
| key_timeout | integer (milliseconds) | vi: the delay to wait for a longer key sequence after ESC |
|
||||
| history_size | integer | maximum entries that will be stored in history (100 default) |
|
||||
| completion_mode | "circular" or "list" | changes completion type to "circular" (default) or "list" mode |
|
||||
| no_auto_pivot | boolean | whether or not to automatically pivot single-row results |
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Reference in a new issue