fish: atuin disable up arrow key

This commit is contained in:
inkch 2025-01-20 19:58:26 +09:00
parent 621a82c419
commit 370ebcb022
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Official Documents:
# https://docs.atuin.sh/configuration/config/#search_mode_shell_up_key_binding
# https://docs.atuin.sh/configuration/key-binding/
sync_address = "https://atuin.inkch.xyz"
sync_frequency = "15m"

View File

@ -14,7 +14,7 @@ if status --is-interactive
command -v starship > /dev/null && starship init fish | source
if not set -q FISH_IS_IN_PRIVATE
command -v atuin > /dev/null && atuin init fish | source
command -v atuin > /dev/null && atuin init fish --disable-up-arrow | source
end
if type -q tmux; and test -z "$TMUX"