aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-03 09:43:45 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-03 13:17:32 +0200
commit6f3703737a97c3704d19f43156a8a9a86b495214 (patch)
tree0f04a933226ea1f4edac3f29bdd226a6dd0ba177 /config.def.h
parent5b018a537d52d90c630deb9fa03d81c71e316ec7 (diff)
downloadvis-6f3703737a97c3704d19f43156a8a9a86b495214.tar.gz
vis-6f3703737a97c3704d19f43156a8a9a86b495214.tar.xz
vis: in visual mode let \ trim selections
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 67e4c73..3a09da2 100644
--- a/config.def.h
+++ b/config.def.h
@@ -284,6 +284,7 @@ static const KeyBinding bindings_visual[] = {
{ "<S-Tab>", ACTION(CURSORS_ALIGN_INDENT_RIGHT) },
{ "-", ACTION(SELECTIONS_ROTATE_LEFT) },
{ "+", ACTION(SELECTIONS_ROTATE_RIGHT) },
+ { "\\", ACTION(SELECTIONS_TRIM) },
{ 0 /* empty last element, array terminator */ },
};