From f7b70d12654c5a2bd13f13966d160036c666aa83 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 14 Mar 2024 07:22:58 +0100 Subject: [PATCH] Turn on smart case for search in tig Allows me to use lower case to ignore case, and respect case as soon as an upper case letter is searched. --- home/files/tig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/files/tig b/home/files/tig index b082ecd..a00d695 100644 --- a/home/files/tig +++ b/home/files/tig @@ -3,5 +3,7 @@ set main-view-id = yes set main-view-date = custom set main-view-date-format = "%Y-%m-%d %H:%M" +set ignore-case = smart-case + color id yellow default color commit yellow default