Update wezterm.lua
This commit is contained in:
parent
3114f7d39e
commit
771c82eabd
@ -62,7 +62,7 @@ local config = {
|
||||
{ key = "l", mods = "ALT", action = wezterm.action.ActivatePaneDirection("Right") },
|
||||
{ key = "k", mods = "ALT", action = wezterm.action.ActivatePaneDirection("Up") },
|
||||
{ key = "j", mods = "ALT", action = wezterm.action.ActivatePaneDirection("Down") },
|
||||
{ key = "q", mods = "ALT", action = wezterm.action.CloseCurrentTab({ confirm = true }) },
|
||||
{ key = "q", mods = "ALT", action = wezterm.action.CloseCurrentPane({ confirm = true }) },
|
||||
|
||||
{ key = "UpArrow", mods = "ALT", action = wezterm.action.AdjustPaneSize({ "Up", 1 }) },
|
||||
{ key = "DownArrow", mods = "ALT", action = wezterm.action.AdjustPaneSize({ "Down", 1 }) },
|
||||
|
Loading…
x
Reference in New Issue
Block a user