Micro update environ.py

This commit is contained in:
Andy Kipp 2024-07-14 14:02:02 +02:00 committed by GitHub
parent 38e9397f38
commit 6aa5df9438
Failed to generate hash of commit

View file

@ -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(