aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-07-26 16:36:58 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-08-01 14:59:32 +0200
commit1f9ae08826e52f74c683d70e2ec741ec74a127d1 (patch)
tree0d9f81e63e4b1bd665a150b9d891b1692287f55d /config.def.h
parent404bb95c5cc810c23dcc257cd6a5644b28540287 (diff)
downloadvis-1f9ae08826e52f74c683d70e2ec741ec74a127d1.tar.gz
vis-1f9ae08826e52f74c683d70e2ec741ec74a127d1.tar.xz
vis: remove z& pairwise selection intersection
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 82920b6..792b257 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_INTERSECT) },
{ "z+", ACTION(SELECTIONS_COMBINE_LONGER) },
{ "z-", ACTION(SELECTIONS_COMBINE_SHORTER) },
{ "z<", ACTION(SELECTIONS_COMBINE_LEFTMOST) },