config(atuin): disable up-down keybinding

main
sudo pacman -Syu 2024-02-15 23:12:20 +07:00
parent db9c35d690
commit 21bc1034c2
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ style = "compact"
inline_height = 16
show_preview = true
enter_accept = false
prefers_reduced_motion = true

View File

@ -108,7 +108,7 @@ fi
# https://github.com/atuinsh/atuin
if command -v atuin &>/dev/null; then
eval "$(atuin init zsh)"
eval "$(atuin init zsh --disable-up-arrow)"
fi
# https://github.com/Schniz/fnm