remove default bindings
This commit is contained in:
parent
85bebe1149
commit
41e974f7b3
1 changed files with 5 additions and 0 deletions
|
@ -149,6 +149,8 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
disable_default_key_bindings = true,
|
||||||
|
|
||||||
leader = { key="o", mods="CTRL|SHIFT", timeout_milliseconds=1000 },
|
leader = { key="o", mods="CTRL|SHIFT", timeout_milliseconds=1000 },
|
||||||
keys = {
|
keys = {
|
||||||
|
|
||||||
|
@ -159,6 +161,9 @@ return {
|
||||||
{key="k", mods="LEADER", action=wezterm.action{CloseCurrentTab={confirm=true}}},
|
{key="k", mods="LEADER", action=wezterm.action{CloseCurrentTab={confirm=true}}},
|
||||||
{key="l", mods="LEADER", action="ShowLauncher"},
|
{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="LeftArrow", mods="CTRL", action=wezterm.action{ActivateTabRelative=-1}},
|
||||||
{key="RightArrow", mods="CTRL", action=wezterm.action{ActivateTabRelative=1}},
|
{key="RightArrow", mods="CTRL", action=wezterm.action{ActivateTabRelative=1}},
|
||||||
|
|
Loading…
Reference in a new issue