From 21bc1034c226278da3157d968945d4f1900247fd Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 15 Feb 2024 23:12:20 +0700 Subject: [PATCH] config(atuin): disable up-down keybinding --- data/atuin/config.toml | 1 + data/zsh/bottom-zshrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/atuin/config.toml b/data/atuin/config.toml index c4c05a8..bf53075 100644 --- a/data/atuin/config.toml +++ b/data/atuin/config.toml @@ -4,3 +4,4 @@ style = "compact" inline_height = 16 show_preview = true enter_accept = false +prefers_reduced_motion = true diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 445d2dd..ace86c7 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -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