diff --git a/paoda.zsh b/paoda.zsh index bd93753..daf88cc 100644 --- a/paoda.zsh +++ b/paoda.zsh @@ -19,4 +19,5 @@ alias dotfile='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' export CARGO_HOME=~/.local/share/cargo export RUSTUP_HOME=~/.config/rustup - +# Re-enable reverse-i-search +bindkey '^R' history-incremental-search-backward