aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
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 */ },
};