mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
Fix docs for the config variable completion_type
(#3804)
This commit is contained in:
parent
181ee1dade
commit
7401fa2fa5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Syntax: `config {flags}`
|
|||
| 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,000 default) |
|
||||
| completion_mode | "circular" or "list" | changes completion type to "circular" (default) or "list" mode |
|
||||
| completion_type | "circular" or "list" | changes completion type to "circular" (default) or "list" mode |
|
||||
| complete_from_path | boolean | whether or not to complete names of binaries on PATH (default true) |
|
||||
| rm_always_trash | boolean | whether or not to always use system trash when no flags are given to `rm` |
|
||||
| pivot_mode | "auto" or "always" or "never" | "auto" will only pivot single row tables if the output is greater than the terminal width. "always" will always pivot single row tables. "never" will never pivot single row tables. |
|
||||
|
|
Loading…
Reference in a new issue