fix(wezterm): disable ime to temporarily fix keybinding issues

Changed files
+3
wezterm
+3
wezterm/wezterm.lua
··· 84 84 'Menlo', 85 85 'Sarasa Mono K', 86 86 'Noto Color Emoji', 87 + -- 'codicon', 87 88 'Symbols Nerd Font Mono', 88 89 }, 89 90 -- TODO: Issue/PR for only one `italic = true` ··· 127 128 left = 0, 128 129 right = 0, 129 130 }, 131 + use_resize_increments = true, 130 132 font_size = 16.0, 131 133 color_scheme = 'Catppuccin Mocha', 132 134 -- disable_default_key_bindings = true, 135 + use_ime = false, -- this will fix <C-/>, <C-g> binding issue 133 136 }