Enable mouse binding as we need copy selection.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user