feat(atuin): disable up arrow key

main
mandlm 2024-08-02 07:22:28 +02:00
parent 9625c11ad0
commit 5a847f275e
Signed by: mandlm
GPG Key ID: 088ED38F036C7AF2
1 changed files with 1 additions and 0 deletions

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";