update
This commit is contained in:
parent
12af3cb2b7
commit
8833b55c76
1 changed files with 7 additions and 0 deletions
|
|
@ -8,5 +8,12 @@ config.skip_close_confirmation_for_processes_named = {}
|
||||||
config.colors = {
|
config.colors = {
|
||||||
cursor_bg = "#FFFF00"
|
cursor_bg = "#FFFF00"
|
||||||
}
|
}
|
||||||
|
config.mouse_bindings = {
|
||||||
|
{
|
||||||
|
event = { Up = { streak = 1, button = 'Left' } },
|
||||||
|
mods = 'CTRL',
|
||||||
|
action = wezterm.action.OpenLinkAtMouseCursor,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue