summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-08-29 21:03:04 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-08-29 21:03:04 +0900
commit8a4e3e776f016387a83cc5f1f07d8bc73bd41afb (patch)
treec2887f440d9b43babc6ab0ed0a70c971b4aba792 /st
parentdfbc2521412f2e5d54ad3d89f83b14756982a079 (diff)
Init
Diffstat (limited to 'st')
-rw-r--r--st/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/st/config.h b/st/config.h
index a310e47..c7df759 100644
--- a/st/config.h
+++ b/st/config.h
@@ -267,8 +267,8 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Prior, zoom, { .f = +1 } },
{ TERMMOD, XK_J, zoom, { .f = -1 } },
{ TERMMOD, XK_K, zoom, { .f = +1 } },
- { TERMMOD, XK_D, zoom, { .f = -2 } },
- { TERMMOD, XK_U, zoom, { .f = +2 } },
+ { TERMMOD, XK_D, zoom, { .f = -5 } },
+ { TERMMOD, XK_U, zoom, { .f = +5 } },
{ TERMMOD, XK_plus, zoomreset, { .f = 0 } },
// COPIES