mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 00:44:57 +02:00
default history size to 100k (#1845)
This commit is contained in:
@ -37,7 +37,7 @@ Syntax: `config {flags}`
|
||||
| table_mode | "light" or other | enable lightweight or normal tables |
|
||||
| edit_mode | "vi" or "emacs" | changes line editing to "vi" or "emacs" mode |
|
||||
| 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) |
|
||||
| history_size | integer | maximum entries that will be stored in history (100,000 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 |
|
||||
|
||||
|
Reference in New Issue
Block a user