diff --git a/.wezterm.lua b/.wezterm.lua index b853ef4..75d2199 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -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,