Add selection_word_boundary for wezterm.

This commit is contained in:
Gea-Suan Lin
2024-08-28 16:36:07 +08:00
parent bed48e1c74
commit 01419e9820

View File

@@ -29,6 +29,7 @@ config.mouse_bindings = {
action = act.OpenLinkAtMouseCursor,
}
}
config.selection_word_boundary = " \t\n{}[]()<>\"'`"
config.window_padding = {
bottom = 0,
left = 0,