remove default bindings

This commit is contained in:
Daniel Lundin 2021-11-11 09:36:24 +01:00
parent 85bebe1149
commit 41e974f7b3

View file

@ -149,6 +149,8 @@ return {
},
},
disable_default_key_bindings = true,
leader = { key="o", mods="CTRL|SHIFT", timeout_milliseconds=1000 },
keys = {
@ -159,6 +161,9 @@ return {
{key="k", mods="LEADER", action=wezterm.action{CloseCurrentTab={confirm=true}}},
{key="l", mods="LEADER", action="ShowLauncher"},
{key="-", mods="CTRL", action="DecreaseFontSize"},
{key="=", mods="CTRL", action="IncreaseFontSize"},
--[[
{key="LeftArrow", mods="CTRL", action=wezterm.action{ActivateTabRelative=-1}},
{key="RightArrow", mods="CTRL", action=wezterm.action{ActivateTabRelative=1}},