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:
@@ -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
|
||||||
|
|||||||
@@ -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