From f0448356e89d3ccf6c4a8400179492d13f6c0a60 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Tue, 12 Mar 2024 17:58:47 +0800 Subject: [PATCH] Enable mouse binding as we need copy selection. --- .wezterm.lua | 1 - 1 file changed, 1 deletion(-) 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