diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 5a1fbdd..f278126 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -21,3 +21,6 @@ alias vi=nvim if [[ -e $HOME/.config/zsh/autocomplete_zeit ]]; then source $HOME/.config/zsh/autocomplete_zeit fi + +set -o vi +bindkey '^R' history-incremental-search-backward