From 88e7a3e68b60a79e08d6e74dd66d9f30a5f7971c Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Mon, 8 Jul 2024 16:16:24 -0500 Subject: [PATCH] atuin: disable up arrow --- fish/config.fish | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fish/config.fish b/fish/config.fish index 0eeae13..da2451b 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -39,9 +39,7 @@ if status --is-interactive # Shell history if command -q atuin - set -gx ATUIN_NOBIND true - atuin init fish | source - bind \cr _atuin_search + atuin init fish --disable-up-arrow | source else bind \cr __fzf_history end