zsh: Bind ctrl-y to accept suggestions
This commit is contained in:
parent
f92bc60871
commit
c617946277
1 changed files with 3 additions and 0 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue