chore: update atuin config and git rename detection settings

This commit is contained in:
2025-12-20 00:18:53 -06:00
parent a4f00563b5
commit da46bb2959
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ sync_address = "https://atuin.imfucked.lol"
## in any directory within a git repository tree (default: false). ## in any directory within a git repository tree (default: false).
## ##
## To use workspace mode by default when available, set this to true and ## To use workspace mode by default when available, set this to true and
## set filter_mode to "workspace" or leave it unspecified and ## set filter_mode to "workspace" or leave it unspecified and
## set search.filters to include "workspace" before other filter modes. ## set search.filters to include "workspace" before other filter modes.
# workspaces = false # workspaces = false
@@ -72,7 +72,7 @@ sync_address = "https://atuin.imfucked.lol"
# inline_height = 0 # inline_height = 0
## Invert the UI - put the search bar at the top , Default to `false` ## Invert the UI - put the search bar at the top , Default to `false`
# invert = false invert = true
## enable or disable showing a preview of the selected command ## enable or disable showing a preview of the selected command
## useful when the command is longer than the terminal width and is cut off ## useful when the command is longer than the terminal width and is cut off
+6
View File
@@ -67,6 +67,12 @@
[merge] [merge]
conflictStyle = zdiff3 conflictStyle = zdiff3
renameLimit = 10000
[diff]
renameLimit = 10000
renames = true
renameThreshold = 25
[init] [init]
defaultBranch = master defaultBranch = master