1
0
Fork 0
dotfiles/files/.config/zsh/custom/301-autosuggestion.zsh

8 lines
179 B
Bash
Raw Normal View History

2018-03-10 04:04:29 +00:00
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=0"
ZSH_AUTOSUGGEST_STRATEGY="match_prev_cmd"
#ZSH_AUTOSUGGEST_USE_ASYNC=1
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20
bindkey '^ ' autosuggest-accept