From 149e5c6e48045ca0e75cca9b3cb68a20346bc443 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 8 Apr 2008 16:49:07 +0200 Subject: [PATCH] Rebind the maximize action to 'O' instead of 'M' The latter is already used for launching the mergetool when in the status view. --- tig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.32.0.93.g670b81a890