From 6f3703737a97c3704d19f43156a8a9a86b495214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 3 Apr 2016 09:43:45 +0200 Subject: vis: in visual mode let \ trim selections --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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[] = { { "", ACTION(CURSORS_ALIGN_INDENT_RIGHT) }, { "-", ACTION(SELECTIONS_ROTATE_LEFT) }, { "+", ACTION(SELECTIONS_ROTATE_RIGHT) }, + { "\\", ACTION(SELECTIONS_TRIM) }, { 0 /* empty last element, array terminator */ }, }; -- cgit v1.2.3