updates wezterm config
This commit is contained in:
parent
7e48b724e5
commit
bd0612511d
3 changed files with 10 additions and 6 deletions
|
|
@ -17,12 +17,7 @@ function M.apply_to_config(config)
|
|||
{
|
||||
key = "-",
|
||||
mods = "LEADER",
|
||||
action = wezterm.action.SplitVertical({ domain = "CurrentPaneDomain" }),
|
||||
},
|
||||
{
|
||||
key = "-",
|
||||
mods = "LEADER",
|
||||
action = wezterm.action.SplitVertical({ domain = "CurrentPaneDomain" }),
|
||||
action = wezterm.action.SplitPane({ direction = "Down", size = { Percent = 30 } }),
|
||||
},
|
||||
{
|
||||
key = "x",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue