X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tigrc;h=aa74de13e13dc22a7a4cc84a87b7b01c559e8850;hb=530e9d8086345ec7013902f97a473d3eca52a2fb;hp=5e5256d1e2e3735dd25c7490f9faa5936986d6bc;hpb=6185676752044be8c954377be9a8b982689b181e;p=config%2Fdotfiles.git diff --git a/tigrc b/tigrc index 5e5256d..aa74de1 100644 --- a/tigrc +++ b/tigrc @@ -22,6 +22,9 @@ set show-rev-graph = yes # Use relative dates. set show-date = relative +# Don't display uncommitted changes. +set show-changes = no + # BINDINGS @@ -37,15 +40,27 @@ 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 +bind generic d none +bind generic l none +bind generic t none +bind generic f none +bind generic B none +bind generic H none +bind generic p none +bind generic S none +bind generic c none # Unbind commands which may change the repository. I use tig only as a viewer. +bind generic C none bind generic u none bind generic ! none bind generic M none +bind generic 1 none bind generic @ none bind generic e none bind generic G none -bind generic C none -bind generic i none # COLORS