From 3cc2390fed1cb4a626100e4bec428575a3e95f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 28 Jul 2015 08:01:36 +0200 Subject: vis: try to align cursors on the same column with CTRL-A --- 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 c88d54f..4402cd0 100644 --- a/config.def.h +++ b/config.def.h @@ -362,6 +362,7 @@ static KeyBinding vis_mode_normal[] = { { { NONE(ESC) }, cursors_clear, { } }, { { CONTROL('K') }, cursors_new, { .i = -1 } }, { { CONTROL('J') }, cursors_new, { .i = +1 } }, + { { CONTROL('A') }, cursors_align, { } }, { { CONTROL('w'), NONE('n') }, cmd, { .s = "open" } }, { { CONTROL('w'), NONE('c') }, cmd, { .s = "q" } }, { { CONTROL('w'), NONE('s') }, cmd, { .s = "split" } }, -- cgit v1.2.3