diff options
Diffstat (limited to '')
-rw-r--r-- | dot_config/zsh/executable_dot_zshopts | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dot_config/zsh/executable_dot_zshopts b/dot_config/zsh/executable_dot_zshopts index 7eaf743..cc26e74 100644 --- a/dot_config/zsh/executable_dot_zshopts +++ b/dot_config/zsh/executable_dot_zshopts @@ -32,12 +32,9 @@ setopt HIST_VERIFY # Don't execute immediately upon history expans setopt BANG_HIST # Treat the '!' character specially during expansion. setopt complete_aliases # complete aliases +setopt complete_in_word # complete in the middle of a word -# Disable this on boxes that are affected by bug -# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924736 -# is-at-least 5.5 && unsetopt hist_reduce_blanks -# bugfix is incoming, lets see what it does -is-at-least 5.7.2 && setopt hist_reduce_blanks +setopt hist_reduce_blanks setopt hist_ignore_space # lines starting with space don't go into the # history |