From eb0c7e6162a49ac62a3c95e401476063873e8f31 Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 9 Jun 2021 11:18:34 +0200 Subject: [PATCH] Fix atuin keybindings --- .zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 9c58ab1..8dfbb9e 100644 --- a/.zshrc +++ b/.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: