summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index e05f3e3..0dc5ed7 100644
--- a/conf.c
+++ b/conf.c
@@ -196,7 +196,7 @@ conf_setup(struct conf *c)
 	conf_bindname(c, "CM-n", "label");
 	conf_bindname(c, "CM-x", "delete");
 	conf_bindname(c, "CM-Escape", "groupselect");
-	conf_bindname(c, "CM-0", "group0");
+	conf_bindname(c, "CM-0", "nogroup");
 	conf_bindname(c, "CM-1", "group1");
 	conf_bindname(c, "CM-2", "group2");
 	conf_bindname(c, "CM-3", "group3");