add ctrl+click to open link with a mouse
parent
7380153c22
commit
1db439f869
|
@ -139,6 +139,13 @@ config.window_background_opacity = 0.9
|
|||
config.initial_rows = 30
|
||||
config.initial_cols = 120
|
||||
config.use_fancy_tab_bar = false
|
||||
config.mouse_bindings = {
|
||||
{
|
||||
event = { Up = { streak = 1, button = 'Left' } },
|
||||
mods = 'CTRL',
|
||||
action = wezterm.action.OpenLinkAtMouseCursor,
|
||||
},
|
||||
}
|
||||
|
||||
return config
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue