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