From da46bb2959f3c12e27285ff7af8fe0cb23daabab Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 20 Dec 2025 00:18:53 -0600 Subject: [PATCH] chore: update atuin config and git rename detection settings --- home/dot_config/atuin/private_config.toml | 4 ++-- home/dot_gitconfig.tmpl | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/home/dot_config/atuin/private_config.toml b/home/dot_config/atuin/private_config.toml index 5b462fc..fd13845 100644 --- a/home/dot_config/atuin/private_config.toml +++ b/home/dot_config/atuin/private_config.toml @@ -49,7 +49,7 @@ sync_address = "https://atuin.imfucked.lol" ## in any directory within a git repository tree (default: false). ## ## 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. # workspaces = false @@ -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 diff --git a/home/dot_gitconfig.tmpl b/home/dot_gitconfig.tmpl index 8fc8e2e..98bf635 100644 --- a/home/dot_gitconfig.tmpl +++ b/home/dot_gitconfig.tmpl @@ -67,6 +67,12 @@ [merge] conflictStyle = zdiff3 + renameLimit = 10000 + +[diff] + renameLimit = 10000 + renames = true + renameThreshold = 25 [init] defaultBranch = master