From 5b95d776e095b3bbb3791aeb49969dd8310307fe Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 3 Apr 2010 02:26:59 +0200 Subject: [PATCH] tigrc: Add bindings for easy moving in main screen. --- tigrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tigrc b/tigrc index d8b0b78..df8c221 100644 --- a/tigrc +++ b/tigrc @@ -5,6 +5,14 @@ set show-rev-graph = yes +# BINDINGS + +# Allow moving in the main menu while displaying a diff in the bottom of the +# screen. +bind generic J next +bind generic K previous + + # COLORS # Try to mimic gitk's colors. -- 2.44.1