close tab
This commit is contained in:
parent
0a2b98e59f
commit
8639824198
1 changed files with 6 additions and 0 deletions
|
@ -113,6 +113,12 @@ config.keys = {
|
|||
action = wezterm.action.ActivateTabRelative(1),
|
||||
},
|
||||
|
||||
{ -- Close tab
|
||||
key = "Q",
|
||||
mods = "LEADER",
|
||||
action = wezterm.action.CloseCurrentTab({ confirm = false }),
|
||||
},
|
||||
|
||||
--
|
||||
-- Pane management
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue