From: Jonas Fonseca Date: Thu, 10 Apr 2008 21:59:49 +0000 (+0200) Subject: Refreshing the current view when F5 is pressed (like gitk) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=edd085a6f706cfcba28cb3c7eadc69ce24d38988;p=tig.git Refreshing the current view when F5 is pressed (like gitk) --- 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 */