From 6e66bee0220932e3c7a623222770ddbbb1a3aa07 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Tue, 4 Mar 2025 02:23:19 +0800 Subject: [PATCH] feat: enable csi u key encoding. --- .wezterm.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.wezterm.lua b/.wezterm.lua index 2667700..a06fce2 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -6,6 +6,7 @@ local config = wezterm.config_builder() config.check_for_updates = false config.color_scheme = 'Tango (terminal.sexy)' +config.enable_csi_u_key_encoding = true config.font = wezterm.font_with_fallback({'Cousine', 'Noto Color Emoji', 'Noto Sans CJK JP'}) config.font_size = 18.0 config.hide_mouse_cursor_when_typing = false