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).
This commit is contained in:
parent
52604eb234
commit
4acd1b8533
1 changed files with 6 additions and 6 deletions
|
@ -30,16 +30,16 @@ zprompt_theme='steeef'
|
||||||
# Completion
|
# Completion
|
||||||
#
|
#
|
||||||
|
|
||||||
# set an optional host-specific filename for the completion cache file
|
# Set an optional host-specific filename for the completion cache file. If none
|
||||||
# if none is provided, the default '.zcompdump' is used.
|
# is provided, the default '.zcompdump' is used.
|
||||||
#zcompdump_file=".zcompdump-${HOST}-${ZSH_VERSION}"
|
#zcompdump_file=".zcompdump-${HOST}-${ZSH_VERSION}"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Utility
|
# Utility
|
||||||
#
|
#
|
||||||
|
|
||||||
# Uncomment to enable command correction prompts
|
# Uncomment to enable spelling correction prompt for commands. See:
|
||||||
# See: http://zsh.sourceforge.net/Doc/Release/Options.html#Input_002fOutput
|
# http://zsh.sourceforge.net/Doc/Release/Options.html#Input_002fOutput
|
||||||
#setopt CORRECT
|
#setopt CORRECT
|
||||||
|
|
||||||
# Set custom spelling correction prompt
|
# Set custom spelling correction prompt
|
||||||
|
@ -63,8 +63,8 @@ ztermtitle='%n@%m:%~'
|
||||||
# Set to vi or emacs
|
# Set to vi or emacs
|
||||||
zinput_mode='emacs'
|
zinput_mode='emacs'
|
||||||
|
|
||||||
# Uncomment to enable double-dot expansion.
|
# Uncomment to enable double-dot expansion. This appends '../' to your input for
|
||||||
# This appends '../' to your input for each '.' you type after an initial '..'
|
# each '.' you type after an initial '..'
|
||||||
#zdouble_dot_expand='true'
|
#zdouble_dot_expand='true'
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue