mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 10:24:12 -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
|
||||
|
||||
## 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
|
||||
## useful when the command is longer than the terminal width and is cut off
|
||||
|
||||
@@ -67,6 +67,12 @@
|
||||
|
||||
[merge]
|
||||
conflictStyle = zdiff3
|
||||
renameLimit = 10000
|
||||
|
||||
[diff]
|
||||
renameLimit = 10000
|
||||
renames = true
|
||||
renameThreshold = 25
|
||||
|
||||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
Reference in New Issue
Block a user