aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-07-26 16:39:10 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-08-01 14:59:32 +0200
commitd6405056ab182e55ac554c9f45be0f169efb9bb1 (patch)
treee37012986f9bb9f5de1e3e802618dd09dc3df831 /config.def.h
parent1f9ae08826e52f74c683d70e2ec741ec74a127d1 (diff)
downloadvis-d6405056ab182e55ac554c9f45be0f169efb9bb1.tar.gz
vis-d6405056ab182e55ac554c9f45be0f169efb9bb1.tar.xz
vis: remove z+ longer pairwise selection combinator
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 792b257..7f992b2 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_LONGER) },
{ "z-", ACTION(SELECTIONS_COMBINE_SHORTER) },
{ "z<", ACTION(SELECTIONS_COMBINE_LEFTMOST) },
{ "z>", ACTION(SELECTIONS_COMBINE_RIGHTMOST) },