aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
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 */ },
};