X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tigrc;h=3dc0f56bb4c30a571b18c097760ed1b4f1a9d0c4;hb=0364d08152c0e6613d6fb3580a22f7d042c84439;hp=273d382bc6db7a910399413ec1c5369027d9dcc0;hpb=1ac8cbd79e9fd2af79c76ae0bfc6128ae1754759;p=config%2Fdotfiles.git diff --git a/tigrc b/tigrc index 273d382..3dc0f56 100644 --- a/tigrc +++ b/tigrc @@ -19,6 +19,9 @@ # Don't display uncommitted changes. set show-changes = no +# Ignore case when searching. +set ignore-case = yes + # DISPLAY @@ -39,6 +42,7 @@ bind generic * move-last-line # Close current view like in mutt. bind diff i view-close + # Unbind unnecessary views. I only use the main view and view diffs of # commits. bind generic m none @@ -68,6 +72,7 @@ color delimiter default default # ~ if text is too long # Main window. color cursor black cyan # currently selected line color author default default +color graph-commit magenta default # commit dots in graph color main-head green default bold # HEAD color main-ref green default # branches color main-remote yellow default # remote branches