feat(atuin): disable up arrow key

This commit is contained in:
Michael Mandl 2024-08-02 07:22:28 +02:00
parent 9625c11ad0
commit 5a847f275e
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -5,6 +5,7 @@
atuin = { atuin = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
flags = [ "--disable-up-arrow" ];
settings = { settings = {
auto_sync = true; auto_sync = true;
sync_frequency = "5m"; sync_frequency = "5m";