add = for word boundary

Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
d0zingcat
2024-05-09 16:30:43 +08:00
parent 6afbbe8b83
commit 4b8e761219

View File

@@ -1,5 +1,4 @@
local wezterm = require('wezterm')
local act = wezterm.action
return {
default_cwd = wezterm.home_dir .. '/work',
font_size = 14,
@@ -15,6 +14,7 @@ return {
},
},
},
selection_word_boundary = [[ \t\n{}[]()"'`=]],
use_fancy_tab_bar = true,
-- hide_tab_bar_if_only_one_tab = true,
color_scheme = 'tokyonight',