diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-02-18 16:44:49 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-02-18 16:44:49 +0100 |
| commit | 2b96fa270d3708751beed3f7334178d7713af2b9 (patch) | |
| tree | 3dcbc586f9e4ac80a2143ae9baf1744b25014619 /config.def.h | |
| parent | b2e2b449d26a794f10929a2861df4c1b33af7966 (diff) | |
| download | vis-2b96fa270d3708751beed3f7334178d7713af2b9.tar.gz vis-2b96fa270d3708751beed3f7334178d7713af2b9.tar.xz | |
vis: use <Tab> to align multiple cursors in normal mode
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { { "<Delete>", ALIAS("x") }, { "<C-k>", ACTION(CURSORS_NEW_LINE_ABOVE) }, { "<C-j>", ACTION(CURSORS_NEW_LINE_BELOW) }, - { "<C-a>", ACTION(CURSORS_ALIGN) }, + { "<Tab>", ACTION(CURSORS_ALIGN) }, { "<C-n>", ACTION(CURSOR_SELECT_WORD) }, { "<C-p>", ACTION(CURSORS_REMOVE_LAST) }, { "<C-w>n", ALIAS(":open<Enter>") }, |
