diff options
author | David Walter Seikel | 2014-01-29 13:10:43 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-01-29 13:10:43 +1000 |
commit | 3155065069f06fb32280cc749565f5ff292bb90c (patch) | |
tree | 82ba249e726668ebe89a7a04af991106a7c54f88 | |
parent | Dump the key buffer on EOF. (diff) | |
download | boxes-3155065069f06fb32280cc749565f5ff292bb90c.zip boxes-3155065069f06fb32280cc749565f5ff292bb90c.tar.gz boxes-3155065069f06fb32280cc749565f5ff292bb90c.tar.bz2 boxes-3155065069f06fb32280cc749565f5ff292bb90c.tar.xz |
Add bogus MC key, coz tmux is screwing with things.
-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. |