diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-02-13 13:27:11 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-02-13 13:43:34 +0100 |
| commit | 0ca90b15b1b22d78c2822a967655511b81cce3e7 (patch) | |
| tree | 027b85d97f040f136e74aadf99df8e6f801db1dd /config.def.h | |
| parent | 9a64a8cdd8ce6fac18e3d219dd6e3d1c76dac442 (diff) | |
| download | vis-0ca90b15b1b22d78c2822a967655511b81cce3e7.tar.gz vis-0ca90b15b1b22d78c2822a967655511b81cce3e7.tar.xz | |
vis: in insert mode <S-Tab> aligns all cursors by inserting spaces
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 31d7dac..368e80c 100644 --- a/config.def.h +++ b/config.def.h @@ -298,6 +298,7 @@ static const KeyBinding bindings_insert[] = { { "<C-x><C-e>", ACTION(WINDOW_SLIDE_UP) }, { "<C-x><C-y>", ACTION(WINDOW_SLIDE_DOWN) }, { "<Tab>", ACTION(INSERT_TAB) }, + { "<S-Tab>", ACTION(CURSORS_ALIGN_INDENT) }, { "<C-r>", ACTION(INSERT_REGISTER) }, { 0 /* empty last element, array terminator */ }, }; |
