From 4acd1b8533b4b5fce98b65f41ff90ce83aa29d03 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Tue, 24 Apr 2018 08:59:58 -0500 Subject: [PATCH] Update comments in zimrc template mainly to change "command correction prompts" to "spelling correction prompt for commands" and make it clear that this is related to spelling (and to the `SPROMPT` below that). --- templates/zimrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/zimrc b/templates/zimrc index 79ecbcf..7c6ffcc 100644 --- a/templates/zimrc +++ b/templates/zimrc @@ -30,16 +30,16 @@ zprompt_theme='steeef' # Completion # -# set an optional host-specific filename for the completion cache file -# if none is provided, the default '.zcompdump' is used. +# Set an optional host-specific filename for the completion cache file. If none +# is provided, the default '.zcompdump' is used. #zcompdump_file=".zcompdump-${HOST}-${ZSH_VERSION}" # # Utility # -# Uncomment to enable command correction prompts -# See: http://zsh.sourceforge.net/Doc/Release/Options.html#Input_002fOutput +# Uncomment to enable spelling correction prompt for commands. See: +# http://zsh.sourceforge.net/Doc/Release/Options.html#Input_002fOutput #setopt CORRECT # Set custom spelling correction prompt @@ -63,8 +63,8 @@ ztermtitle='%n@%m:%~' # Set to vi or emacs zinput_mode='emacs' -# Uncomment to enable double-dot expansion. -# This appends '../' to your input for each '.' you type after an initial '..' +# Uncomment to enable double-dot expansion. This appends '../' to your input for +# each '.' you type after an initial '..' #zdouble_dot_expand='true' #