atuin: disable up arrow

This commit is contained in:
Charles Gould 2024-07-08 16:16:24 -05:00
parent 50bdae07e6
commit 88e7a3e68b

View File

@ -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