mirror of
https://github.com/xzeldon/dotfiles-wsl2.git
synced 2025-07-12 18:24:35 +03:00
feat: add drag window with CTRL + SHIFT + Left Mouse Button
This commit is contained in:
@ -47,5 +47,14 @@ return {
|
||||
mods = "CTRL",
|
||||
action = wezterm.action.CloseCurrentTab { confirm = false },
|
||||
},
|
||||
},
|
||||
|
||||
-- Drag window
|
||||
mouse_bindings = {
|
||||
{
|
||||
event = { Drag = { streak = 1, button = 'Left' } },
|
||||
mods = 'CTRL',
|
||||
action = wezterm.action.StartWindowDrag,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user