diff --git a/zsh/.zshrc b/zsh/.zshrc index 7e03219..256201d 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -60,6 +60,9 @@ export SYSTEMD_EDITOR=vim bindkey -v bindkey '^R' fzf_history_search +# Bind zsh-autosuggestions key +bindkey '^Y' autosuggest-accept + export PYENV_ROOT="$HOME/.pyenv" [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init - zsh)"