aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-07-26 16:34:20 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-08-01 14:59:32 +0200
commit404bb95c5cc810c23dcc257cd6a5644b28540287 (patch)
treef81e291d5c70fb134aab7dfb198439faddc226e2 /config.def.h
parent8bb55a50baa94ea68cce751cf6cbf6af352c4914 (diff)
downloadvis-404bb95c5cc810c23dcc257cd6a5644b28540287.tar.gz
vis-404bb95c5cc810c23dcc257cd6a5644b28540287.tar.xz
vis: remove z| pairwise union
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 3b05d6a..82920b6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -135,7 +135,6 @@ static const KeyBinding bindings_selections[] = {
{ "&", ACTION(SELECTIONS_INTERSECT) },
{ "~", ACTION(SELECTIONS_COMPLEMENT) },
{ "\\", ACTION(SELECTIONS_MINUS) },
- { "z|", ACTION(SELECTIONS_COMBINE_UNION) },
{ "z&", ACTION(SELECTIONS_COMBINE_INTERSECT) },
{ "z+", ACTION(SELECTIONS_COMBINE_LONGER) },
{ "z-", ACTION(SELECTIONS_COMBINE_SHORTER) },