summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 46d44e5..f1d761d 100644
--- a/config.h
+++ b/config.h
@@ -217,6 +217,9 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_J, kscrolldown, {.i = 1} },
{ TERMMOD, XK_Up, kscrollup, {.i = 1} },
{ TERMMOD, XK_Down, kscrolldown, {.i = 1} },
+ { ControlMask, XK_0, zoomreset, {.f = 0} },
+ { ControlMask, XK_plus, zoom, {.f = +1} },
+ { ControlMask, XK_minus, zoom, {.f = -1} },
{ TERMMOD, XK_Right, zoom, {.f = +1} },
{ TERMMOD, XK_Left, zoom, {.f = -1} },
{ TERMMOD, XK_L, zoom, {.f = +1} },