aboutsummaryrefslogtreecommitdiff
path: root/cmd-unbind-key.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-unbind-key.c')
-rw-r--r--cmd-unbind-key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-unbind-key.c b/cmd-unbind-key.c
index 644a4c3a..a38799e4 100644
--- a/cmd-unbind-key.c
+++ b/cmd-unbind-key.c
@@ -37,7 +37,7 @@ const struct cmd_entry cmd_unbind_key_entry = {
.args = { "ant:T:", 0, 1 },
.usage = "[-an] [-t mode-table] [-T key-table] key",
- .flags = 0,
+ .flags = CMD_AFTERHOOK,
.exec = cmd_unbind_key_exec
};