Skip to content

Commit b710a2d

Browse files
committed
fix wezterm
1 parent 3007037 commit b710a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/wrapper-manager/wezterm/wezterm.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ local generic_config = {
312312
mouse_bindings = {
313313
{
314314
event = { Down = { streak = 2, button = "Left" }},
315-
action = act.SelectTextAtMouseCursor("Cell"),
315+
action = act.SelectTextAtMouseCursor("Word"),
316316
mods = "NONE",
317317
}
318318
},

0 commit comments

Comments
 (0)