From 7401fa2fa59efc4030b95b3e177f2cbc14e762d4 Mon Sep 17 00:00:00 2001 From: Sertac Olgunsoylu Date: Mon, 19 Jul 2021 05:20:56 -0700 Subject: [PATCH] Fix docs for the config variable `completion_type` (#3804) --- docs/commands/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands/config.md b/docs/commands/config.md index 1fbd429a4..537560108 100644 --- a/docs/commands/config.md +++ b/docs/commands/config.md @@ -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. |