aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-07-26 16:47:19 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-08-01 14:59:32 +0200
commitd1d5853517685cc9a7968784b9b0c4b505fd7bfa (patch)
tree00c927aa483eccb5ec53f06f19d95ea87db910ef /config.def.h
parentb962bd56a3d53e801a2509ebb68b4c6e4df676cf (diff)
downloadvis-d1d5853517685cc9a7968784b9b0c4b505fd7bfa.tar.gz
vis-d1d5853517685cc9a7968784b9b0c4b505fd7bfa.tar.xz
vis: remove z> rightmost 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 894149f..b851cf6 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_RIGHTMOST) },
{ "_", ACTION(SELECTIONS_TRIM) },
{ "<S-Tab>", ACTION(SELECTIONS_ALIGN_INDENT_RIGHT) },
{ "<Tab>", ACTION(SELECTIONS_ALIGN_INDENT_LEFT) },