From 0fe2d30f338afb59ef09f6cc8c36da5eb9fa7265 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 8 May 2010 10:36:18 +0200 Subject: [PATCH] tigrc: Unbind all commands which may change the repository. This needs a version newer than 0.15 (it's a noop on older versions). --- tigrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tigrc b/tigrc index 82b53b1..4c0980c 100644 --- a/tigrc +++ b/tigrc @@ -22,6 +22,16 @@ bind generic * move-last-line # Close current view like in mutt. bind diff i view-close +# Unbind commands which may change the repository. I use tig only as a viewer. +bind generic u none +bind generic ! none +bind generic M none +bind generic @ none +bind generic e none +bind generic G none +bind generic C none +bind generic i none + # COLORS -- 2.44.1