diff options
-rw-r--r-- | boxes.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |