Fix atuin keybindings
This commit is contained in:
parent
f5451edab9
commit
eb0c7e6162
1 changed files with 5 additions and 1 deletions
6
.zshrc
6
.zshrc
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue