Skip to content

Commit

Permalink
fix wezterm
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Aug 19, 2024
1 parent 3007037 commit b710a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wrapper-manager/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ local generic_config = {
mouse_bindings = {
{
event = { Down = { streak = 2, button = "Left" }},
action = act.SelectTextAtMouseCursor("Cell"),
action = act.SelectTextAtMouseCursor("Word"),
mods = "NONE",
}
},
Expand Down

0 comments on commit b710a2d

Please sign in to comment.