aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index d99277c..ac00165 100644
--- a/config.def.h
+++ b/config.def.h
@@ -133,7 +133,7 @@ static const KeyBinding bindings_selections[] = {
{ "M", ACTION(SELECTIONS_RESTORE) },
{ "|", ACTION(SELECTIONS_UNION) },
{ "&", ACTION(SELECTIONS_INTERSECT) },
- { "!", ACTION(SELECTIONS_COMPLEMENT) },
+ { "~", ACTION(SELECTIONS_COMPLEMENT) },
{ "\\", ACTION(SELECTIONS_MINUS) },
{ "z|", ACTION(SELECTIONS_COMBINE_UNION) },
{ "z&", ACTION(SELECTIONS_COMBINE_INTERSECT) },