Enable mouse binding as we need copy selection.

This commit is contained in:
Gea-Suan Lin
2024-03-12 17:58:47 +08:00
parent bb24154747
commit f0448356e8

View File

@@ -4,7 +4,6 @@ local config = wezterm.config_builder()
config.check_for_updates = false config.check_for_updates = false
config.color_scheme = 'Tango (terminal.sexy)' 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 = wezterm.font_with_fallback({'Hack', 'Noto Sans CJK TC'})
config.font_size = 18.0 config.font_size = 18.0
config.hide_mouse_cursor_when_typing = false config.hide_mouse_cursor_when_typing = false