summaryrefslogtreecommitdiffstats
path: root/cmd-bind-key.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-bind-key.c')
-rw-r--r--cmd-bind-key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-bind-key.c b/cmd-bind-key.c
index b87d5245..8c1acba9 100644
--- a/cmd-bind-key.c
+++ b/cmd-bind-key.c
@@ -40,7 +40,7 @@ const struct cmd_entry cmd_bind_key_entry = {
.usage = "[-cnr] [-t mode-table] [-T key-table] key "
"command [arguments]",
- .flags = 0,
+ .flags = CMD_AFTERHOOK,
.exec = cmd_bind_key_exec
};