Fix atuin keybindings

This commit is contained in:
Blallo 2021-06-09 11:18:34 +02:00
parent f5451edab9
commit eb0c7e6162
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

6
.zshrc
View file

@ -292,6 +292,10 @@ if [ -f ${HOME}/.zshrc.local ]; then
. ${HOME}/.zshrc.local
fi
# [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
### atuin (shell history)
export ATUIN_NOBIND="true"
eval "$(atuin init zsh)"
bindkey '^r' _atuin_search_widget
# vim: set ft=zsh et sw=0 ts=2 sts=0: