From edd085a6f706cfcba28cb3c7eadc69ce24d38988 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Thu, 10 Apr 2008 23:59:49 +0200 Subject: [PATCH] Refreshing the current view when F5 is pressed (like gitk) --- tig.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tig.c b/tig.c index 2fa9018..88d5225 100644 --- a/tig.c +++ b/tig.c @@ -731,6 +731,7 @@ static struct keybinding default_keybindings[] = { { KEY_UP, REQ_PREVIOUS }, { KEY_DOWN, REQ_NEXT }, { 'R', REQ_REFRESH }, + { KEY_F(5), REQ_REFRESH }, { 'O', REQ_MAXIMIZE }, /* Cursor navigation */ -- 2.30.2