fixing some keybinds
This commit is contained in:
parent
1ef992c94f
commit
635fd22499
1 changed files with 2 additions and 0 deletions
|
@ -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)},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue