From 3155065069f06fb32280cc749565f5ff292bb90c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 29 Jan 2014 13:10:43 +1000 Subject: Add bogus MC key, coz tmux is screwing with things. --- boxes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/boxes.c b/boxes.c index 7cfee6b..9deea5f 100644 --- a/boxes.c +++ b/boxes.c @@ -2337,6 +2337,7 @@ struct keyCommand simpleMceditKeys[] = {"Return", "splitLine"}, {"Right", "rightChar"}, {"Shift F2", "switchMode"}, // MC doesn't have a command mode. +{"F3", "switchMode"}, // Coz tmux is screwing with the shift function keys somehow. {"^[x", "switchMode"}, // Emacs like. {"^[:", "switchMode"}, // Sorta vi like. {"^Q|", "splitV"}, // MC doesn't have a split window concept, so make these up to match tmux more or less. -- cgit v1.1