Updates config again

This commit is contained in:
Dennis 2025-05-15 15:28:47 +02:00
parent 158700874c
commit a2aad1a4c2
2 changed files with 6 additions and 0 deletions

View file

@ -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"),