From 43e98189c595f9982494a8f78ebdc6424642dfab Mon Sep 17 00:00:00 2001 From: Ming-Ho Yee Date: Fri, 26 Dec 2025 22:40:07 -0800 Subject: [PATCH] fix: 5s jump icon for Material theme Previously, the wrong code points were being referenced. --- modernz.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modernz.lua b/modernz.lua index a7bd1a1..4a6783b 100644 --- a/modernz.lua +++ b/modernz.lua @@ -352,7 +352,7 @@ local icon_theme = { rewind = '\243\176\145\159', forward = '\243\176\136\145', jump = { - [5] = {'\243\176\135\185', '\243\176\135\184'}, + [5] = {'\243\177\135\185', '\243\177\135\184'}, [10] = {'\243\176\180\170', '\243\176\181\177'}, [30] = {'\243\176\182\150', '\243\176\180\134'}, default = {'\243\176\147\151', '\243\176\147\151'}, -- first would be '\243\176\147\149' but icon is mirrored in layout()