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 --- README.md | 2 +- config.def.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ff1754..15dc247 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ Operators can be forced to work line wise by specifying `V`. CTRL-J create a new cursor on the line below CTRL-P remove least recently added cursor CTRL-N select word the cursor is currently over, switch to visual mode - CTRL-A try to align all cursor on the same column + TAB try to align all cursor on the same column ESC if a selection is active, clear it. Otherwise dispose all but the primary cursor. 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