From: Jonas Fonseca Date: Tue, 8 Apr 2008 14:49:07 +0000 (+0200) Subject: Rebind the maximize action to 'O' instead of 'M' X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=149e5c6e48045ca0e75cca9b3cb68a20346bc443;p=tig.git Rebind the maximize action to 'O' instead of 'M' The latter is already used for launching the mergetool when in the status view. --- diff --git a/tig.c b/tig.c index 5280da8..5359030 100644 --- a/tig.c +++ b/tig.c @@ -731,7 +731,7 @@ static struct keybinding default_keybindings[] = { { KEY_UP, REQ_PREVIOUS }, { KEY_DOWN, REQ_NEXT }, { 'R', REQ_REFRESH }, - { 'M', REQ_MAXIMIZE }, + { 'O', REQ_MAXIMIZE }, /* Cursor navigation */ { 'k', REQ_MOVE_UP },