diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 3eff8f9..863e556 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -96,7 +96,7 @@ key[PageDown]="$terminfo[knp]" bindkey "^R" history-incremental-search-backward # Finally, make sure the terminal is in application mode, when zle is -# active. Only then are the values from $erminfo valid. +# active. Only then are the values from $terminfo valid. if (( ${+terminfo[smkx]} )) && (( ${+terminfo[rmkx]} )); then function zle-line-init () {