summaryrefslogtreecommitdiff
path: root/community/dvtm/config.h
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-31 03:27:12 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-31 03:27:12 +0000
commit5a81550adad5ccde4ad6924cfee2b2ef96d02c98 (patch)
tree5baa7121fc2147a5e1aae552ff6a715922e35aaa /community/dvtm/config.h
parent53db844f5c8c3d0a6752bb40f65c613020084541 (diff)
Tue Dec 31 03:24:15 UTC 2013
Diffstat (limited to 'community/dvtm/config.h')
-rw-r--r--community/dvtm/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dvtm/config.h b/community/dvtm/config.h
index 48367695a..727dce4c1 100644
--- a/community/dvtm/config.h
+++ b/community/dvtm/config.h
@@ -77,7 +77,6 @@ static Key keys[] = {
{ MOD, '8', { focusn, { "8" } } },
{ MOD, '9', { focusn, { "9" } } },
{ MOD, 'q', { quit, { NULL } } },
- { MOD, 'G', { escapekey, { NULL } } },
{ MOD, 'a', { togglerunall, { NULL } } },
{ MOD, 'r', { redraw, { NULL } } },
{ MOD, 'X', { lock, { NULL } } },
@@ -89,6 +88,7 @@ static Key keys[] = {
{ MOD, KEY_PPAGE, { scrollback, { "-1" } } },
{ MOD, KEY_NPAGE, { scrollback, { "1" } } },
{ MOD, KEY_F(1), { create, { "man dvtm", "dvtm help" } } },
+ { MOD, MOD, { send, { (const char []){MOD, 0} } } },
};
static const ColorRule colorrules[] = {