diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-07-26 16:34:20 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-08-01 14:59:32 +0200 |
| commit | 404bb95c5cc810c23dcc257cd6a5644b28540287 (patch) | |
| tree | f81e291d5c70fb134aab7dfb198439faddc226e2 /config.def.h | |
| parent | 8bb55a50baa94ea68cce751cf6cbf6af352c4914 (diff) | |
| download | vis-404bb95c5cc810c23dcc257cd6a5644b28540287.tar.gz vis-404bb95c5cc810c23dcc257cd6a5644b28540287.tar.xz | |
vis: remove z| pairwise union
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
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) }, |
