diff --git a/xonsh/environ.py b/xonsh/environ.py index e155f75b0..257d1daf6 100644 --- a/xonsh/environ.py +++ b/xonsh/environ.py @@ -1703,8 +1703,8 @@ class PTKSetting(PromptSetting): # sub-classing -> sub-group AUTO_SUGGEST = Var.with_default( True, - "Enable automatic command suggestions based on history, like in the fish " - "shell.\n\nPressing the right arrow key inserts the currently " + "Enable automatic command suggestions based on history." + "\n\nPressing the right arrow key inserts the currently " "displayed suggestion. ", ) AUTO_SUGGEST_IN_COMPLETIONS = Var.with_default(