aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--boxes.c1
1 files changed, 1 insertions, 0 deletions
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[] =
2337 {"Return", "splitLine"}, 2337 {"Return", "splitLine"},
2338 {"Right", "rightChar"}, 2338 {"Right", "rightChar"},
2339 {"Shift F2", "switchMode"}, // MC doesn't have a command mode. 2339 {"Shift F2", "switchMode"}, // MC doesn't have a command mode.
2340{"F3", "switchMode"}, // Coz tmux is screwing with the shift function keys somehow.
2340 {"^[x", "switchMode"}, // Emacs like. 2341 {"^[x", "switchMode"}, // Emacs like.
2341 {"^[:", "switchMode"}, // Sorta vi like. 2342 {"^[:", "switchMode"}, // Sorta vi like.
2342 {"^Q|", "splitV"}, // MC doesn't have a split window concept, so make these up to match tmux more or less. 2343 {"^Q|", "splitV"}, // MC doesn't have a split window concept, so make these up to match tmux more or less.