This commit is contained in:
2016-02-21 23:01:14 +03:00
parent 330a1440af
commit 2bd0bb8bfd
4 changed files with 31 additions and 2 deletions

View File

@ -5,7 +5,8 @@ else
source "$HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh"
fi
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=black'
bindkey '^ ' autosuggest-accept
bindkey '^B' autosuggest-clear
# highlighting
if [[ -a "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ]]; then