Remove '-' char as boundary on wezterm.

This commit is contained in:
Gea-Suan Lin
2024-09-03 02:29:25 +08:00
parent 5e14aeea7a
commit be178936b6

View File

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