Updates config again
This commit is contained in:
parent
158700874c
commit
a2aad1a4c2
2 changed files with 6 additions and 0 deletions
|
|
@ -41,6 +41,11 @@ function M.apply_to_config(config)
|
|||
mode = "SwapWithActive",
|
||||
}),
|
||||
},
|
||||
{
|
||||
key = "L",
|
||||
mods = "CTRL|SHIFT",
|
||||
action = wezterm.action.ClearScrollback("ScrollbackAndViewport"),
|
||||
},
|
||||
-- Navigation
|
||||
helpers.split_nav("move", "h"),
|
||||
helpers.split_nav("move", "j"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue