Code

Rebind the maximize action to 'O' instead of 'M'
authorJonas Fonseca <fonseca@diku.dk>
Tue, 8 Apr 2008 14:49:07 +0000 (16:49 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Tue, 8 Apr 2008 23:07:18 +0000 (01:07 +0200)
The latter is already used for launching the mergetool when in the
status view.

tig.c

diff --git a/tig.c b/tig.c
index 5280da8bf32cef03cab8cd6aeae7bb9198609cb8..5359030e508dc40a5d1aae9a68704c9f6abdd960 100644 (file)
--- 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 },