]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
tigrc: Unbind unnecessary views.
authorSimon Ruderich <simon@ruderich.org>
Wed, 11 Sep 2013 11:38:12 +0000 (13:38 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 11 Sep 2013 11:38:12 +0000 (13:38 +0200)
Also remove one more command which may change the repository.

tigrc

diff --git a/tigrc b/tigrc
index 5e5256d1e2e3735dd25c7490f9faa5936986d6bc..58b6fc31f2b308364ad6f6ef4395898cc7c18dda 100644 (file)
--- a/tigrc
+++ b/tigrc
@@ -37,15 +37,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