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 ab44ddd..cc2a076 100644
--- a/config.def.h
+++ b/config.def.h
@@ -93,6 +93,7 @@ static bool vis_keypress(Key *key) {
}
static KeyBinding basic_movement[] = {
+ { { CONTROL('Z') }, suspend, { NULL } },
{ { KEY(LEFT) }, movement, { .i = MOVE_CHAR_PREV } },
{ { KEY(SLEFT) }, movement, { .i = MOVE_LONGWORD_START_PREV } },
{ { KEY(RIGHT) }, movement, { .i = MOVE_CHAR_NEXT } },