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
+1 -1
View File
@@ -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