From 2b96fa270d3708751beed3f7334178d7713af2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 18 Feb 2016 16:44:49 +0100 Subject: vis: use to align multiple cursors in normal mode --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 4902415..faab0e8 100644 --- a/config.def.h +++ b/config.def.h @@ -172,7 +172,7 @@ static const KeyBinding bindings_normal[] = { { "", ALIAS("x") }, { "", ACTION(CURSORS_NEW_LINE_ABOVE) }, { "", ACTION(CURSORS_NEW_LINE_BELOW) }, - { "", ACTION(CURSORS_ALIGN) }, + { "", ACTION(CURSORS_ALIGN) }, { "", ACTION(CURSOR_SELECT_WORD) }, { "", ACTION(CURSORS_REMOVE_LAST) }, { "n", ALIAS(":open") }, -- cgit v1.2.3