2026-05-13

This commit is contained in:
2026-05-13 20:09:01 -04:00
parent 967565c80b
commit 229ff7dea0
15 changed files with 380 additions and 56 deletions
+5
View File
@@ -136,6 +136,7 @@ inline_height = 0
## Defaults to true. If enabled, upon hitting enter Atuin will immediately execute the command. Press tab to return to the shell and edit.
# This applies for new installs. Old installs will keep the old behaviour unless configured otherwise.
enter_accept = true
search_mode = "daemon-fuzzy"
## Defaults to "emacs". This specifies the keymap on the startup of `atuin
## search`. If this is set to "auto", the startup keymap mode in the Atuin
@@ -203,3 +204,7 @@ enter_accept = true
# This ensures that sync v2 is enabled for new installs only
# In a later release it will become the default across the board
records = true
[daemon]
enabled = true
autostart = true
+2 -2
View File
@@ -1,4 +1,4 @@
theme = dark: Andromeda,light: Alabaster
theme = dark: Andromeda,light: 3024 Day
macos-secure-input-indication = true
cursor-style = underline
@@ -16,7 +16,7 @@ window-padding-x = 5
window-padding-y = 5
window-padding-balance = true
background-opacity=0.93
background-opacity=0.98
background-blur=true
+5
View File
@@ -109,3 +109,8 @@
"version": 3,
"final_space": true
}