fixing some keybinds

This commit is contained in:
Matt Nish-Lapidus 2024-10-20 14:14:19 -04:00
parent 1ef992c94f
commit 635fd22499

View file

@ -73,6 +73,8 @@ config.keys = {
action = wezterm.action.CloseCurrentPane { confirm = true },
},
{ key="Backspace", mods="CTRL", action=act.SendKey { key="Backspace", mods="META" } },
{ key='t', mods='CTRL', action=act { SpawnCommandInNewTab = { cwd = wezterm.home_dir } } },
{key="LeftArrow", mods="CTRL|META", action=act.ActivateTabRelative(-1)},