diff --git a/.wezterm.lua b/.wezterm.lua index 3da822b..7d1bcf4 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -4,7 +4,6 @@ local config = wezterm.config_builder() config.check_for_updates = false config.color_scheme = 'Tango (terminal.sexy)' -config.disable_default_mouse_bindings = true config.font = wezterm.font_with_fallback({'Hack', 'Noto Sans CJK TC'}) config.font_size = 18.0 config.hide_mouse_cursor_when_typing = false