mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 12:24:08 -06:00
chore: update atuin config and git rename detection settings
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user