]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - tigrc
gitconfig: indent a few comments
[config/dotfiles.git] / tigrc
diff --git a/tigrc b/tigrc
index 273d382bc6db7a910399413ec1c5369027d9dcc0..59f9a7e81da0bd41d2e3551e8b268a24ca5057e7 100644 (file)
--- a/tigrc
+++ b/tigrc
@@ -1,6 +1,6 @@
 # tig configuration file.
 
-# Copyright (C) 2011-2015  Simon Ruderich
+# Copyright (C) 2011-2017  Simon Ruderich
 #
 # This file is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # Don't display uncommitted changes.
 set show-changes = no
 
+# Ignore case when searching.
+set ignore-case = yes
+
+# Don't write ~/.tig_history.
+set history-size = 0
+
 
 # DISPLAY
 
@@ -39,6 +45,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 +75,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