module(atuin): Disable ation key bind of ArrowUp

This commit is contained in:
ulic-youthlic 2025-06-11 22:13:26 +08:00
parent 6e0619bfe2
commit a2f8fbbbce
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -18,6 +18,9 @@ in {
logLevel = "trace"; logLevel = "trace";
}; };
enable = true; enable = true;
flags = [
"--disable-up-arrow"
];
settings = { settings = {
auto_sync = true; auto_sync = true;
update_check = false; update_check = false;